Skip to content

Commit

Permalink
debugging .github/workflows/CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yxqd committed Jan 5, 2024
1 parent f637840 commit 1a9c64b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: |
conda remove -n testenv --all
conda create -n testenv python=${{ matrix.python-version }}
conda init
conda activate testenv
conda install pytest pytest-cov coveralls openmpi mcvine-core=1.4.9
python -c "import matplotlib; import mantid"
Expand Down

0 comments on commit 1a9c64b

Please sign in to comment.