Skip to content

Commit

Permalink
macos workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Jul 23, 2024
1 parent 6ba2bf3 commit a4b10e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conmech_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
sudo ln -s `which python3` /usr/local/bin/python
echo "PIP_INSTALL_ARGS=--break-system-packages" >> $GITHUB_ENV
python -m pip install --break-system-packages setuptools packaging # Python 3.12 workaround
python -m pip install --break-system-packages distutils setuptools packaging # Python 3.12 workaround
- run: pip install pytest
- run: pip install -r requirements.txt
Expand Down

0 comments on commit a4b10e4

Please sign in to comment.