Skip to content

Commit

Permalink
modify pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
KuoHaoZeng committed Jul 15, 2024
1 parent f1e9713 commit 65c1b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install pytest wandb
python -m pip install --editable="./allenact"
python -m pip install --editable="./allenact_plugins[all]"
python -m pip install pip install -r allenact_plugins/babyai_plugin/extra_requirements.txt # Required as babyai is not on PyPI
Expand Down

0 comments on commit 65c1b1a

Please sign in to comment.