Skip to content

Commit

Permalink
fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarlow12 committed Sep 25, 2024
1 parent 30ffe95 commit 9145aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opgee-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
path: ${{ env.CONDA }}/envs
key:
${{ runner.os }}-conda-${{ runner.arch }}-${{ hashFiles("py3-opgee-gh-actions.yml") }}-${{ env.CACHE_NUMBER }}
${{ runner.os }}-conda-${{ runner.arch }}-${{ hashFiles('py3-opgee-gh-actions.yml') }}-${{ env.CACHE_NUMBER }}
- name: Update Conda env
run: |
conda env update -n opgee -f py3-opgee-gh-actions.yml
Expand Down

0 comments on commit 9145aa9

Please sign in to comment.