Skip to content

Commit

Permalink
ditto for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Apr 16, 2024
1 parent 305ff58 commit ee9bb88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ jobs:
run: |
sudo ln -s `which python3` /usr/local/bin/python
echo "PIP_INSTALL_ARGS=--break-system-packages" >> $GITHUB_ENV
type python
python -m pip install setuptools
- run: python -m pip install $PIP_INSTALL_ARGS -e .[tests] ./examples
- run: python -m pip install $PIP_INSTALL_ARGS -r tests/devops_tests/requirements.txt
Expand Down

0 comments on commit ee9bb88

Please sign in to comment.