From 734f14fc7f7b4c63657886044eb765a172858b75 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Wed, 3 Sep 2025 10:19:52 -0700 Subject: [PATCH] add cuda pin to conda lock generation --- .github/workflows/gen-lock-file.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gen-lock-file.yaml b/.github/workflows/gen-lock-file.yaml index f3119e557..27b676985 100644 --- a/.github/workflows/gen-lock-file.yaml +++ b/.github/workflows/gen-lock-file.yaml @@ -48,6 +48,7 @@ jobs: dependencies: - openfe==${{ steps.latest-version.outputs.VERSION }} - python=3.12 + - cuda<12.9 EOF - name: Generate lock files