Skip to content

Commit 8d9e620

Browse files
committed
CI: Trim down package dependencies
1 parent e1e9f5d commit 8d9e620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install Package
8989
uses: ConorMacBride/install-package@main
9090
with:
91-
apt: build-essential git unzip nodejs python3 python3-pip python3-wheel python-is-python3
91+
apt: git unzip nodejs
9292

9393
# If testing upgrade, checkout previous release, otherwise checkout current branch
9494
- name: Checkout ${{ inputs.upgrade && 'previous release' || 'current' }} config

0 commit comments

Comments
 (0)