Skip to content
Snippets Groups Projects
Commit 8d72e336 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

fix missing space

parent d0301024
No related branches found
No related tags found
No related merge requests found
Pipeline #11099 passed with warnings
......@@ -25,8 +25,8 @@ check ical files:
stage: test
allow_failure: true
before_script:
-pip3 install "requests==2.28.2"
-pip3 install "icalendar=5.0.7"
- pip3 install "requests==2.28.2"
- pip3 install "icalendar=5.0.7"
script:
- python3 check_ical.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment