Skip to content

Commit 7ba6076

Browse files
[ci] Disable Conda-update step as it seems to be redundant
1 parent 942f70d commit 7ba6076

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/qa.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
# key: ${{ runner.os }}-python-${{ matrix.python-version }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment-linux.yaml') }}
4747
# id: cache
4848

49-
- name: Update environment
50-
run: |
51-
conda env update --file environment-linux.yaml --name test
52-
# if: steps.cache.outputs.cache-hit != 'true'
49+
# - name: Update environment
50+
# run: |
51+
# conda env update --file environment-linux.yaml --name test
52+
# # if: steps.cache.outputs.cache-hit != 'true'
5353

5454
- name: Set up Julia
5555
uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)