Skip to content

Commit

Permalink
use poetry 1.8 for python 3.8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Jan 15, 2025
1 parent 15877ce commit 83b7ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pydna_test_and_coverage_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: snok/install-poetry@v1
with:
virtualenvs.prefer-active-python: true

version: ${{ matrix.python-version == '3.8' && '1.8.2' || 'latest' }}
- name: 🔩 list Poetry settings
run: poetry config --list

Expand Down

0 comments on commit 83b7ead

Please sign in to comment.