File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- python-version : [3.7] # TODO: Enable additional versions: 3.7
1615 gcc-version : [8] # TODO: Enable additional versions: 6, 7
1716 env :
1817 DISPLAY : " :99.0"
@@ -37,14 +36,13 @@ jobs:
3736 uses : actions/cache@v1
3837 with :
3938 path : ~/.cache/pip
40- key : ${{ runner.os }}-${{ matrix.python-version }}- pip-${{ hashFiles('**/setup.py') }}
39+ key : ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
4140
4241 - name : Setup Conda
4342 uses : conda-incubator/setup-miniconda@v2
4443 with :
4544 environment-file : environment.yml
4645 miniconda-version : " latest"
47- python-version : ${{ matrix.python-version }}
4846 channel-priority : strict
4947 use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
5048
You can’t perform that action at this time.
0 commit comments