Skip to content

Commit

Permalink
try new pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
elman23 committed Sep 26, 2023
1 parent 9166d99 commit 1ad715f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
with:
python-version: "3.9"
- name: Update PIP
run: python -m pip install --upgrade pip
run: python3 -m pip3 install --upgrade pip3
- name: Install dependencies
run: pip install -r requirements.txt
run: pip3 install -r requirements.txt
- name: Run tests
run: |
pip install pytest
Expand Down

0 comments on commit 1ad715f

Please sign in to comment.