Skip to content

Commit

Permalink
add conda compiler install
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Jul 26, 2023
1 parent 095fce7 commit aad154a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-build-from-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: defaults

- name: echo conda config
run: |
conda install -c conda-forge cxx-compiler
- name: echo conda config
run: |
conda info
Expand Down

0 comments on commit aad154a

Please sign in to comment.