Skip to content

Commit

Permalink
use correct requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd committed Apr 30, 2024
1 parent 88154e9 commit 3d2a7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/airgap-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install prerequisites
run: |
# ./scripts/airgapped/prerequisites.sh
pip3 install -r requirements.txt
pip3 install -r scripts/airgap/requirements.txt
sudo apt install pigz
sudo snap install docker
sudo snap install yq
Expand Down

0 comments on commit 3d2a7ed

Please sign in to comment.