Skip to content

Commit

Permalink
Don't pin yaml2ics on (old) 0.1 version
Browse files Browse the repository at this point in the history
0.1 does not yet understand the `also_on` tag, which we want to start using.

Signed-off-by: Kurt Garloff <kurt@garloff.de>
  • Loading branch information
garloff committed Apr 12, 2023
1 parent 4df41b9 commit 373de99
Showing 1 changed file with 1 addition and 1 deletion.
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
pip install pyyaml
- name: Run communitycall.py
run: |
Expand Down

0 comments on commit 373de99

Please sign in to comment.