File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 29
29
cache-name : cache-conda
30
30
with :
31
31
path : ~/miniconda3/envs/test
32
- key : ${{ runner.os }}-conda-${{ env.cache-name }}-${{ hashFiles('deps/requirements_dev.txt', 'scripts/install_binaries.sh' ) }}
32
+ key : ${{ runner.os }}-conda-${{ env.cache-name }}-${{ hashFiles('deps/requirements_dev.txt') }}
33
33
# restore-keys: |
34
34
# ${{ runner.os }}-conda-${{ env.cache-name }}-
35
35
# ${{ runner.os }}-conda-
42
42
# python -m pip install --upgrade pip
43
43
uv pip install -r deps/requirements_dev.txt
44
44
uv pip install -e .
45
- bash scripts/install_binaries.sh
46
- python scripts/health.py
47
45
- name : Run pytest
48
46
run : |
49
47
set +e # Do not exit shell on pytest failure
96
94
with :
97
95
# npm cache files are stored in `~/.npm` on Linux/macOS
98
96
path : ~/miniconda3/envs/test
99
- key : ${{ runner.os }}-conda-${{ env.cache-name }}-${{ hashFiles('deps/requirements_dev.txt', 'scripts/install_binaries.sh' ) }}
97
+ key : ${{ runner.os }}-conda-${{ env.cache-name }}-${{ hashFiles('deps/requirements_dev.txt') }}
100
98
# restore-keys: |
101
99
# ${{ runner.os }}-conda-${{ env.cache-name }}-
102
100
# ${{ runner.os }}-conda-
@@ -109,8 +107,6 @@ jobs:
109
107
# python -m pip install --upgrade pip
110
108
uv pip install -r deps/requirements_dev.txt
111
109
uv pip install -e .
112
- bash scripts/install_binaries.sh
113
- python scripts/health.py
114
110
- name : Run doctest
115
111
run : |
116
112
set +e # Do not exit shell on pytest failure
You can’t perform that action at this time.
0 commit comments