Skip to content

Commit

Permalink
- trying to force legacy build to resolve MacOS 14 builds;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Apr 28, 2024
1 parent 02a6cad commit 2fc276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: install dependencies
run: |
python3 -m pip install pytest
python3 -m pip -vvv install .
python3 -m pip -vvv --no-use-pep517 install .
- name: install Unix dependencies
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 2fc276d

Please sign in to comment.