From c269f09226552a71d9d6e5856b6e10e1eef31592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Fri, 18 Nov 2022 00:33:58 +0000 Subject: [PATCH] Add new pycaldav dep. --- .github/workflows/pycaldav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pycaldav.yml b/.github/workflows/pycaldav.yml index 2e1b5d3e..52fc7b2f 100644 --- a/.github/workflows/pycaldav.yml +++ b/.github/workflows/pycaldav.yml @@ -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: |