Skip to content

Commit

Permalink
localserver too
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Jul 1, 2023
1 parent 3085d27 commit 03c0bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: |
pip install Cython
pip install hypothesis
pip install pytest-httpserver pytest-xdist pytest-asyncio # Needed for a pandas test, also runs tests in parallel
pip install pytest-httpserver pytest-localserver pytest-xdist pytest-asyncio
pip install -e . --no-deps # Install fastparquet
git clone https://github.com/pandas-dev/pandas
cd pandas
Expand Down

0 comments on commit 03c0bef

Please sign in to comment.