Skip to content

Commit

Permalink
Add SCE_BUILD_ENV variable to Conda workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
absternator committed Feb 12, 2025
1 parent 52d64c1 commit a1ffa03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push]

env:
ENV CONDA_OVERRIDE_ARCHSPEC: "skylake"
SCE_BUILD_ENV: "conda_forge_cuda"
jobs:
build-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a1ffa03

Please sign in to comment.