Skip to content

Commit

Permalink
Use poetry v1 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schlipf committed Jan 28, 2025
1 parent 68cea47 commit 412c285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python --version
python -m pip install --progress-bar=off --upgrade pip
pip install --progress-bar=off "poetry!=1.4.1"
pip install --progress-bar=off "poetry<2"
- name: Install py4vasp
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 412c285

Please sign in to comment.