Skip to content

Commit 69a3c1a

Browse files
committed
update pipeline
1 parent bbf13d0 commit 69a3c1a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/pipeline.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,5 @@ jobs:
8989
needs: tests
9090

9191
steps:
92-
- uses: actions/checkout@v4
93-
- name: Set up Python 3.9
94-
uses: actions/setup-python@v3
95-
with:
96-
python-version: "3.9"
97-
- name: Restore pip cache
98-
uses: actions/cache@v3
99-
with:
100-
path: ~/.cache/pip
101-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
102-
- name: Install dependencies (if needed)
103-
run: |
104-
python -m pip install --upgrade pip
105-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
10692
- name: Deploy application
10793
run: echo "Deploying your application..."

0 commit comments

Comments
 (0)