Skip to content

Commit

Permalink
Pin Brille to 0.7.0 as wheels for 0.8.0 crash on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mducle committed Aug 28, 2024
1 parent 9450140 commit 7de39c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,11 @@ jobs:
uses: matlab-actions/run-command@v2
with:
command: cd('test'); set_up_dependencies; run_tests('phonopy_reader')
- name: Install brille
if: always()
- name: Install brille (Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: python -m pip install brille==0.7.0
- name: Install brille (Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: python euphonic_sqw_models/apply_requirements.py ${{ matrix.euphonic_version}} --extras brille
- name: Run tests with Euphonic and Brille
if: always()
Expand Down

0 comments on commit 7de39c0

Please sign in to comment.