Skip to content

Commit

Permalink
chore: Remove 'poetry install' as it seems to be already done by 'poe…
Browse files Browse the repository at this point in the history
…try add'
  • Loading branch information
DerDreschner committed Jan 19, 2025
1 parent 2aa3170 commit a8baa3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: "Install icalendar ${{ matrix.icalendar-version }} and other dependencies"
run: |
poetry add icalendar~=${{ matrix.icalendar-version }}.0 --no-interaction
poetry install --no-interaction --no-root
- name: "Test with pytest"
run: |
Expand Down

0 comments on commit a8baa3c

Please sign in to comment.