Skip to content

Commit

Permalink
Merge pull request #265 from 21cmfast/fix_poetry
Browse files Browse the repository at this point in the history
Fix poetry export command
  • Loading branch information
DanielaBreitman authored Jan 10, 2025
2 parents 6769d34 + 18b4681 commit 46c8758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nox==2024.10.9
nox-poetry==1.0.3
pip==24.2
poetry==1.8.5
poetry==2.0.0
virtualenv==20.28.0
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
run: |
pipx install poetry
poetry --version
pipx inject poetry poetry-plugin-export
- name: Install Nox
run: |
Expand Down Expand Up @@ -128,6 +129,7 @@ jobs:
run: |
pipx install poetry
poetry --version
pipx inject poetry poetry-plugin-export
- name: Install Nox
run: |
Expand Down

0 comments on commit 46c8758

Please sign in to comment.