Skip to content

Commit

Permalink
fix: if cuda 11.8 is now required, make that the fresh env default
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Nov 17, 2023
1 parent 00eb658 commit 34d985e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.9
- name: Install libsndfile & sox
- name: Install sox
run: |
conda install -y sox -c conda-forge
- name: Install dependencies and package
Expand Down
2 changes: 1 addition & 1 deletion make-fresh-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Edit this line to match your CUDA version or set CUDA_VERSION in the calling
# environment.
CUDA_VERSION=${CUDA_VERSION:=11.7}
CUDA_VERSION=${CUDA_VERSION:=11.8}

if [[ "$1" == "-h" || "$1" == "--help" ]]; then
echo "Usage: bash make-fresh-env.sh [ENV_NAME]"
Expand Down

0 comments on commit 34d985e

Please sign in to comment.