Skip to content

Commit

Permalink
Fix use of matrix value
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Jul 9, 2024
1 parent e236e48 commit 0f5fe0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
which conda
- name: Prepare env file
run: sed -i "s/PYTHON_VERSION/$python-version/g" .github/environment.yml
run: sed -i "s/PYTHON_VERSION/${python-version}/g" .github/environment.yml

- name: Create conda env
run: conda env create -f ".github/environment.yml"
Expand Down

0 comments on commit 0f5fe0d

Please sign in to comment.