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 6893ac7 commit 5947d39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -e .
- name: Minimal tests
run: |
source dots/bin/activate
python -m spacy download en_core_web_sm
python -m DOTS/test/test_dots_feat.py
env:
OS_TOKEN: ${{ secrets.OS_TOKEN }}
LOBSTR_KEY: ${{ secrets.LOBSTR_KEY }}
# - name: Minimal tests
# run: |
# source dots/bin/activate
# python -m spacy download en_core_web_sm
# python DOTS/test/test_dots_feat.py
# env:
# OS_TOKEN: ${{ secrets.OS_TOKEN }}
# LOBSTR_KEY: ${{ secrets.LOBSTR_KEY }}

- name: post lobstr
run: |
Expand Down
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 -m DOTS/test/test_dots_feat.py
python DOTS/test/test_dots_feat.py
env:
OS_TOKEN: ${{ secrets.OS_TOKEN }}
LOBSTR_KEY: ${{ secrets.LOBSTR_KEY }}
Expand Down

0 comments on commit 5947d39

Please sign in to comment.