Skip to content

Commit

Permalink
Update python-pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lixfz committed Jun 23, 2024
1 parent b1a86ae commit 38f35fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -q "pandas<2.0" "XlsxWriter<3.0.5" -r requirements.txt -r requirements-zhcn.txt -r requirements-dask.txt -r requirements-extra.txt
pip install -q "numpy<2.0.0" "pandas<2.0.0" "XlsxWriter<3.0.5" -r requirements.txt -r requirements-zhcn.txt -r requirements-dask.txt -r requirements-extra.txt
pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
pip list
- name: Test with pytest
Expand Down

0 comments on commit 38f35fc

Please sign in to comment.