Skip to content

Commit

Permalink
Update run-pytest.yaml
Browse files Browse the repository at this point in the history
Apply requirements file raname to enable code testing with new structure
  • Loading branch information
xbaro authored Nov 3, 2022
1 parent 8917e05 commit ee8f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sudo apt-get update --allow-releaseinfo-change && sudo apt-get install libmemcached-dev --fix-missing
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov pytest-dependency pytest-django
pip install -r ./codalab/requirements/common.txt
pip install -r ./codalab/requirements/requirements.txt
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit ee8f946

Please sign in to comment.