Skip to content

Commit

Permalink
make conda install pandas~=2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashergt committed Mar 12, 2024
1 parent 4a1bbf0 commit ae96746
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,14 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}

- name: Install dependencies
shell: bash -l {0}
run: |
conda config --append channels conda-forge
conda install pytest pytest-cov
conda install scipy numpy 'matplotlib>=3.6.1,<3.9.0' 'pandas>=2.0.0,<2.2.0'
conda install scipy numpy 'matplotlib>=3.6.1,<3.9.0' 'pandas~=2.2.0'
- name: Test with pytest
shell: bash -l {0}
Expand Down

0 comments on commit ae96746

Please sign in to comment.