Skip to content

Commit fee1da2

Browse files
authored
Merge pull request #59 from GauravPandeyLab/dev-jamie
fix
2 parents 1bfc22a + 88e95df commit fee1da2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
python-version: '3.11'
2020

2121
- name: Install poetry
22-
run: |
23-
pip install poetry
24-
25-
- name: Install dependencies
2622
run: |
2723
pip install pipx
2824
pipx install poetry
2925
pipx inject poetry "poetry-dynamic-versioning[plugin]"
26+
27+
- name: Install dependencies
28+
run: |
29+
poetry install
3030
3131
- name: Publish package to PyPI
3232
run: |

0 commit comments

Comments
 (0)