We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c3500 commit 208f83aCopy full SHA for 208f83a
.github/workflows/test.yaml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
path: ~/conda_pkgs_dir
30
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/environment-py${{ matrix.python-version }}.yml') }}
31
- - uses: conda-incubator/setup-miniconda@v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
32
33
# mamba-version: "*" # activate this to build with mamba.
34
python-version: ${{ matrix.python-version }}
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
pytest --cov=./ --cov-report=xml
50
- name: Upload code coverage to Codecov
51
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
52
53
file: ./coverage.xml
54
flags: unittests
0 commit comments