Skip to content

Commit

Permalink
Build using pip with no special env
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Nov 20, 2023
1 parent b392bd3 commit 69a5e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
python -m pip list -v
python -m pip install .[yaml,test]
python -m pip install --no-build-isolation .[yaml,test]
- name: Run tests
run: pytest -r a -v
Expand Down

0 comments on commit 69a5e20

Please sign in to comment.