Skip to content

Commit 19a32f8

Browse files
authored
Merge pull request #1 from shimwell/removing-conda-cmds-from-ci
removed conda install from CI as they are in environment.yml
2 parents fbd9209 + d902e3b commit 19a32f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
- shell: bash -el {0}
1919
run: |
2020
mamba info
21-
mamba install -y -c conda-forge -c cadquery cadquery=master
22-
mamba install -y -c conda-forge gmsh
23-
mamba install -y pytest
2421
python -m pytest -v
2522
- name: Upload output meshes as artifacts for inspection
2623
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)