We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942f70d commit 7ba6076Copy full SHA for 7ba6076
1 file changed
.github/workflows/qa.yaml
@@ -46,10 +46,10 @@ jobs:
46
# key: ${{ runner.os }}-python-${{ matrix.python-version }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment-linux.yaml') }}
47
# id: cache
48
49
- - name: Update environment
50
- run: |
51
- conda env update --file environment-linux.yaml --name test
52
- # if: steps.cache.outputs.cache-hit != 'true'
+# - name: Update environment
+# run: |
+# conda env update --file environment-linux.yaml --name test
+# # if: steps.cache.outputs.cache-hit != 'true'
53
54
- name: Set up Julia
55
uses: julia-actions/setup-julia@v2
0 commit comments