Skip to content

Commit

Permalink
gh actions drop --dev from poetry install calls
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatsic committed Sep 24, 2024
1 parent edc4d6e commit 4c404f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install --dev
poetry install
- name: doit docs
run: doit docs
- name: remove gitignore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install requirements
run: |
pip install poetry
poetry install --dev
poetry install
- name: Create dist
run: doit dist
- name: Push to PyPI
Expand Down

0 comments on commit 4c404f0

Please sign in to comment.