File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ jobs:
7979 - uses : actions/checkout@v2
8080
8181 - name : Set up Python
82- uses : actions/setup-python@v1
82+ uses : actions/setup-python@v5
8383
8484 - name : Install dependencies
8585 run : |
8686 python -m pip install --upgrade pip
87- pip install six archspec
87+ pip install six archspec packaging
8888
8989 - name : Build container
9090 run : |
Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ jobs:
7979 - uses : actions/checkout@v2
8080
8181 - name : Set up Python
82- uses : actions/setup-python@v1
82+ uses : actions/setup-python@v5
8383
8484 - name : Install dependencies
8585 run : |
8686 python -m pip install --upgrade pip
87- pip install six archspec
87+ pip install six archspec packaging
8888
8989 - name : Install Singularity
9090 run : |
You can’t perform that action at this time.
0 commit comments