Skip to content

Commit

Permalink
fix issue in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Oct 27, 2021
1 parent 171df08 commit a69732b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ jobs:
env:
PY_VER: ${{ matrix.py_ver }}
run: |
conda create -n env_$PY_VER python=$PY_VER $PACKAGE_NAME 'blas=*=mkl' -c
$CONDA_BLD_PATH -c conda-forge -c defaults
conda create -n env_$PY_VER python=$PY_VER $PACKAGE_NAME 'blas=*=mkl' -c $CONDA_BLD_PATH -c conda-forge -c defaults
conda activate env_$PY_VER
conda install black pytest-cov -c conda-forge
conda list
Expand Down

0 comments on commit a69732b

Please sign in to comment.