chore: Remove 'poetry install' as it seems to be already done by 'poetry add'

pull/160/head
David Dreschner 2025-01-19 18:14:02 +01:00
rodzic 2aa3170208
commit a8baa3c876
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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: |