Skip to content

Commit

Permalink
revert to before uv changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saalUW committed Apr 30, 2024
1 parent 05a5b2a commit fd8c687
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
run: python -m pip install --upgrade pip
- name: Install dependencies
run: |
pip install uv
uv pip install -e .
uv pip install pytest
pip install -e .
pip install pytest
- name: Test with pytest
run: |
export PYTHONPATH=$PYTHONPATH:$(pwd)/src
Expand Down

0 comments on commit fd8c687

Please sign in to comment.