forked from efiop/lstm_seq2seq
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dberenbaum
committed
Sep 15, 2023
1 parent
3cda623
commit 8f3df65
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
|
||
|
||
- uses: iterative/setup-cml@v1 | ||
|
||
- uses: iterative/setup-dvc@v1 | ||
|
||
- uses: actions/setup-python@v2 | ||
|
@@ -44,11 +46,9 @@ jobs: | |
DVCLIVE_LOG_LEVEL: DEBUG | ||
DVC_STUDIO_TOKEN: ${{ secrets.STUDIO_TOKEN }} | ||
run: | | ||
cml ci | ||
pip install --upgrade -r requirements.txt | ||
git config user.name "Github-Bot" | ||
git config user.email "[email protected]" | ||
dvc exp run --pull --allow-missing -S model=${{ github.event.inputs.model }} | ||
dvc exp push -v --rev HEAD origin | ||
gto -v register best |