Skip to content

Commit 3cbea75

Browse files
authored
Pin gcnvkernel dependency for Python 3.10, other build fixes [VS-1789] (#9313)
1 parent 98c94da commit 3cbea75

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/gatk-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
#Google Cloud stuff
105105
- id: 'gcloud-auth'
106106
if: needs.check-secrets.outputs.google-credentials == 'true'
107-
uses: google-github-actions/auth@v0
107+
uses: google-github-actions/auth@v3
108108
with:
109109
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
110110
project_id: ${{ env.HELLBENDER_TEST_PROJECT }}
@@ -175,7 +175,7 @@ jobs:
175175

176176
#Google Cloud stuff
177177
- id: 'gcloud-auth'
178-
uses: google-github-actions/auth@v0
178+
uses: google-github-actions/auth@v3
179179
if: needs.check-secrets.outputs.google-credentials == 'true'
180180
with:
181181
credentials_json: ${{ secrets.GCP_CREDENTIALS }}

scripts/gatkcondaenv.yml.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ channels:
1717
# if channels other than conda-forge are added and the channel order is changed (note that conda channel_priority is currently set to flexible),
1818
# verify that key dependencies are installed from the correct channel
1919
- conda-forge
20+
- bioconda
2021

2122
dependencies:
2223

@@ -26,6 +27,7 @@ dependencies:
2627
- conda-forge:blas=1.0=mkl # our official environment uses MKL versions of various packages; if other versions are desired, users should edit this YML accordingly
2728
- conda-forge::numpy=1.26.2
2829
- conda-forge::pymc=5.10.1
30+
- conda-forge:fastprogress=1.0.3
2931
- conda-forge::pytensor=2.18.3
3032
- conda-forge::scipy=1.11.4
3133
- conda-forge::h5py=3.10.0

0 commit comments

Comments
 (0)