Skip to content

Commit

Permalink
Still trying to fix conda
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jan 18, 2024
1 parent 380d32c commit c27e90d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Install CadQuery and pytest
shell: bash --login {0}
run: |
mamba install freecad
mamba install -c cadquery -c conda-forge cadquery=master
mamba install -c anaconda pytest
conda install freecad
conda install -c cadquery -c conda-forge cadquery=master
conda install -c anaconda pytest
# Runs the tests
- name: Run tests
Expand Down

0 comments on commit c27e90d

Please sign in to comment.