Skip to content

Commit

Permalink
actions run as module
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Mar 28, 2024
1 parent a9dba2e commit 6893ac7
Show file tree
Hide file tree
Showing 4 changed files with 2,357 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
source dots/bin/activate
python -m spacy download en_core_web_sm
python DOTS/test/test_dots_feat.py
python -m DOTS/test/test_dots_feat.py
env:
OS_TOKEN: ${{ secrets.OS_TOKEN }}
LOBSTR_KEY: ${{ secrets.LOBSTR_KEY }}
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
source dots/bin/activate
python -m spacy download en_core_web_sm
python DOTS/feat.py -d 3
python -m DOTS/feat.py -d 3
env:
OS_TOKEN: ${{ secrets.OS_TOKEN }}
LOBSTR_KEY: ${{ secrets.LOBSTR_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
source dots/bin/activate
python -m spacy download en_core_web_sm
python DOTS/test/test_dots_feat.py
python -m DOTS/test/test_dots_feat.py
env:
OS_TOKEN: ${{ secrets.OS_TOKEN }}
LOBSTR_KEY: ${{ secrets.LOBSTR_KEY }}
Expand Down
Loading

0 comments on commit 6893ac7

Please sign in to comment.