Skip to content

Commit

Permalink
- adjusting to pep517 build;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed May 1, 2024
1 parent 882cfc3 commit 099b2ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
python-version: ${{ matrix.python }}
allow-prereleases: true

- name: install prereqs and SlipCover
- name: install SlipCover and pytest
run: |
python3 -m pip install wheel setuptools pytest
python3 -m pip install --no-use-pep517 .
python3 -m pip install .
python3 -m pip install pytest
- name: install Unix dependencies
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 099b2ee

Please sign in to comment.