Skip to content

Commit

Permalink
Use freshly released yaml2ics==0.2.
Browse files Browse the repository at this point in the history
This supports `also_on` which is very handy and which I started
using recently.

Signed-off-by: Kurt Garloff <kurt@garloff.de>
  • Loading branch information
garloff committed Apr 14, 2023
1 parent abc8d54 commit 87f207f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yaml2ics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ics==0.8.0.dev0
pip install yaml2ics==0.1
pip install yaml2ics==0.2
pip install pyyaml
- name: Run communitycall.py
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yaml2ics==0.1
yaml2ics==0.2

0 comments on commit 87f207f

Please sign in to comment.