Skip to content

Commit

Permalink
attempt to downgrade poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
scottschreckengaust authored Jun 3, 2024
1 parent 445b1c4 commit d93c402
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,18 @@ jobs:
'samples/python-samples/requirements-local.txt'
'samples/python-samples/requirements-dev.txt'
- run: |-
which poetry && poetry --version
which pytest && pytest --version
python -m venv .venv
source .venv/bin/activate
pip install -r requirements-local.txt
pip install -r requirements-dev.txt
pip install "poetry<=1.7.0"
pip install "poetry<=1.5.1"
pip freeze
python --version
pip --version
poetry --version
pytest --version
which poetry && poetry --version
which pytest && pytest --version
- name: package artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d93c402

Please sign in to comment.