Skip to content

fix: khal is not compatible with icalendar >= 6.0 at the moment of wr… #34

fix: khal is not compatible with icalendar >= 6.0 at the moment of wr…

fix: khal is not compatible with icalendar >= 6.0 at the moment of wr… #34

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: |
sudo apt-get install -y python3 python3-venv python3-pip
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install ".[test]"
python3 -m pytest --log-level=DEBUG