Skip to content

Commit

Permalink
fix: remove with dev in action
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Sep 19, 2024
1 parent 6b03409 commit 37b554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parse-schedules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
key: venv-test-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: "Install Poetry dependencies 📦"
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --with dev
run: poetry install --no-interaction
- name: "Parse schedules 🕵️‍♂️"
env:
PARSER_AUTH_KEY: ${{ secrets.PARSER_AUTH_KEY }}
Expand Down

0 comments on commit 37b554c

Please sign in to comment.