Skip to content

Commit

Permalink
fix: runner issue with versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
m-clare committed Dec 2, 2024
1 parent a23aae6 commit 9f17fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry lock --no-update
poetry install
- name: Run tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry lock --no-update
poetry install
- name: Build source distribution
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry lock --no-update
poetry install
- name: Run tests
Expand Down

0 comments on commit 9f17fb6

Please sign in to comment.