Skip to content

Commit

Permalink
Update poetry installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmuringe committed Feb 26, 2024
1 parent ac79a6c commit 01b5d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install poetry
python -m poetry config virtualenvs.create false
python -m poetry install --no-dev
python -m poetry install --only main
python -m poetry add pytest
- name: Test with pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install poetry
python -m poetry config virtualenvs.create false
python -m poetry install --no-dev
python -m poetry install --only main
python -m poetry add pytest
- name: Test with pytest
Expand Down

0 comments on commit 01b5d16

Please sign in to comment.