We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e9f5d commit 8d9e620Copy full SHA for 8d9e620
.github/workflows/stackhpc-all-in-one.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Install Package
89
uses: ConorMacBride/install-package@main
90
with:
91
- apt: build-essential git unzip nodejs python3 python3-pip python3-wheel python-is-python3
+ apt: git unzip nodejs
92
93
# If testing upgrade, checkout previous release, otherwise checkout current branch
94
- name: Checkout ${{ inputs.upgrade && 'previous release' || 'current' }} config
0 commit comments