Skip to content

Commit

Permalink
Another day another python dep issue (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Kristian Bergum authored Nov 15, 2023
1 parent ab85367 commit e6b2eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
dnf install -y docker-ce-cli
docker system info
- install-python: |
dnf install -y python3 python3-pip
dnf install -y python3 python3-pip python3-dateutil
python3 -m pip install --upgrade pip
python3 -m pip install pytest notebook nbconvert runnb
- run-notebooks: |
Expand Down

0 comments on commit e6b2eee

Please sign in to comment.