Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Sep 3, 2024
1 parent 097c81a commit e2c56ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ venv:
if [ ! -d "venv" ]; then
# Create virtual environment
python3 -m venv venv
venv/bin/pip install icalendar
venv/bin/pip install -r requirements.txt
fi

0 comments on commit e2c56ea

Please sign in to comment.