Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz authored and titodalcanton committed Nov 4, 2024
1 parent c0b6b3e commit 08d3dd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: installing system packages
run: |
conda install -c conda-forge fftw mpi git-lfs graphviz mysqlclient gsl openssl openmpi
conda install fftw mpi git-lfs graphviz mysqlclient gsl openssl openmpi
pip install "tox<4.0.0" pip setuptools --upgrade
- name: installing macosx packages
if: matrix.os == 'macos-latest'
run: |
conda install -c conda-forge 'lapack==3.9.0'
conda install -c conda-forge lapack==3.9.0
- name: installing ubuntu packages
if: matrix.os == 'ubuntu-latest'
run: |
conda install -c conda-forge 'lapack==3.6.1'
conda install -c conda-forge lapack==3.6.1
- name: installing auxiliary data files
run: |
GIT_LFS_SKIP_SMUDGE=1 git clone https://git.ligo.org/lscsoft/lalsuite-extra
Expand Down

0 comments on commit 08d3dd1

Please sign in to comment.