Skip to content

Commit

Permalink
install python=3.8 into active env
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech authored Nov 21, 2023
1 parent 7b8fa3d commit 5f3e172
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/test-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ runs:
auto-update-conda: true
auto-activate-base: true
activate-environment: ''
python-version: "3.8"

- name: Install tixi and pythonocc-core from conda
shell: bash -l {0}
run: |
conda install tixi3=3.3.0 pythonocc-core=7.4.1 -c dlr-sc -c dlr-sc/label/tigl-dev
conda install python=3.8 tixi3=3.3.0 pythonocc-core=7.4.1 -c dlr-sc -c dlr-sc/label/tigl-dev
- name: Download built test directory
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 5f3e172

Please sign in to comment.