Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
ensure models check runs on right branch
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Aug 24, 2020
1 parent 44c8791 commit 1b08fd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ jobs:
ALLENNLP_VERSION_OVERRIDE: "" # Don't replace the core library.
run: |
git clone https://github.com/allenai/allennlp-models.git
cd allennlp-models && pip install --upgrade --upgrade-strategy eager -e . -r dev-requirements.txt
cd allennlp-models
# TODO: remove this next line when it's no longer necessary.
git checkout vision
pip install --upgrade --upgrade-strategy eager -e . -r dev-requirements.txt
- name: Run models tests
run: |
Expand Down

0 comments on commit 1b08fd6

Please sign in to comment.