Skip to content

Commit

Permalink
fix(ci): Add poetry-plugin-export to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Jan 6, 2025
1 parent f2afa04 commit 1143914
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install nox poetry
poetry self add poetry-plugin-export
- name: "Unit tests"
run: nox -s build_tests_unit -x -- -vv
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install nox poetry
poetry self add poetry-plugin-export
- name: "Get public IP address of runner"
# Need to handle this for Windows, MacOS, and linux
Expand Down Expand Up @@ -118,6 +120,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install nox poetry
poetry self add poetry-plugin-export
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/source_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install nox poetry
poetry self add poetry-plugin-export
- name: "Get public IP address of runner"
# Need to handle this for Windows, MacOS, and linux
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install nox poetry
poetry self add poetry-plugin-export
- name: "Get public IP address of runner"
# Need to handle this for Windows, MacOS, and linux
Expand Down Expand Up @@ -155,6 +157,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install nox poetry
poetry self add poetry-plugin-export
- name: "DRAGONS release tests"
run: |
Expand Down

0 comments on commit 1143914

Please sign in to comment.