Skip to content

Commit

Permalink
Speeding-up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed May 5, 2023
1 parent 8917441 commit aafb008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
environment-name: myenv

- name: Install library
run: python -m pip install . -v
run: python -m pip install . -v --no-build-isolation

- name: Run tests
run: python -m unittest discover tests -v

0 comments on commit aafb008

Please sign in to comment.