Skip to content

Commit

Permalink
Try removing mysqlclient
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Nov 4, 2024
1 parent fb75243 commit 701e8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: installing system packages
run: |
conda install fftw mpi git-lfs graphviz mysqlclient gsl openssl openmpi
conda install fftw mpi git-lfs graphviz gsl openssl openmpi
pip install "tox<4.0.0" pip setuptools --upgrade
- name: installing macosx packages
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 701e8b5

Please sign in to comment.