Skip to content

Commit

Permalink
Add new pycaldav dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Nov 18, 2022
1 parent 41c53e0 commit c269f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pycaldav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U pip pycalendar vobject requests six tzlocal pytz attrs aiohttp aiohttp-wsgi prometheus-client multidict pytest
pip install -U pip pycalendar vobject requests six tzlocal pytz attrs aiohttp aiohttp-wsgi prometheus-client multidict pytest "recurring-ical-events>=1.1.0b"
python setup.py develop
- name: Run pycaldav tests
run: |
Expand Down

0 comments on commit c269f09

Please sign in to comment.