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

Make --overrides more flexible #5399

Merged
merged 7 commits into from
Sep 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
temporarily patch allennlp-models branch
  • Loading branch information
epwalsh committed Sep 20, 2021
commit db16caea815c429664e33798378fc6ba25a7dbf8
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
torch_platform: cpu
run: |
cd allennlp-models
git checkout test-fixes
epwalsh marked this conversation as resolved.
Show resolved Hide resolved
make test-with-cov COV=allennlp
mv coverage.xml ../

Expand Down