Skip to content

Commit

Permalink
update installs
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Apr 17, 2024
1 parent dbae550 commit 7bf3ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- uses: yezz123/setup-uv@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
uv pip install pytest
uv pip install -r requirements.txt
- name: Test with pytest
run: |
pytest
Expand Down

0 comments on commit 7bf3ad4

Please sign in to comment.