Skip to content

Commit

Permalink
Remove anyjson from run-pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Didayolo authored Jul 18, 2023
1 parent c71ddd3 commit ec78c54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ jobs:
sudo apt-get install libxml2-dev libxslt-dev python-dev-is-python3
sudo apt-get update --allow-releaseinfo-change && sudo apt-get install libmemcached-dev --fix-missing
python -m pip install --upgrade pip
# Patch for anyjson
pip install "setuptools~=57.5.0" wheel
pip install anyjson
# End Patch for anyjson
pip install flake8 pytest pytest-cov pytest-dependency pytest-django
pip install -r ./codalab/requirements/requirements.txt
- name: Lint with flake8
Expand Down

0 comments on commit ec78c54

Please sign in to comment.