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 db2e86c commit b097bf0Copy full SHA for b097bf0
.github/workflows/ci.yaml
@@ -29,20 +29,12 @@ jobs:
29
steps:
30
- uses: actions/checkout@v3
31
with:
32
- fetch-depth: 0 # Fetch all history for all branches and tags.
+ fetch-depth: 10 # Fetch all history for all branches and tags.
33
- name: Set environment variables
34
run: |
35
echo "CONDA_ENV_FILE=ci/environment.yml" >> $GITHUB_ENV
36
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
37
38
- - name: Cache conda
39
- id: cache-conda
40
- uses: actions/cache@v3
41
- with:
42
- path: ~/conda_pkgs_dir
43
- key: ${{ runner.os }}-conda-py${{ matrix.python-version }}-${{
44
- hashFiles('ci/**.yml') }}
45
-
46
- uses: conda-incubator/setup-miniconda@v2
47
48
channels: conda-forge
0 commit comments