Skip to content

Commit

Permalink
added line for updateting env
Browse files Browse the repository at this point in the history
  • Loading branch information
daklauss committed Jul 16, 2024
1 parent aed6f66 commit 948b5a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
activate-environment: cadpythonsim
channels: conda-forge,

- name: install conda env
run: |
mamba env update -n cadpythonsim -f ${{ env.CONDA_FILE }}
- name: Install
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 948b5a2

Please sign in to comment.