Skip to content

Commit

Permalink
update working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 24, 2024
1 parent c89a92a commit 1f5f522
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unittest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ permissions:
jobs:
unittest:
runs-on: [self-hosted, linux, GPU]
defaults:
run:
working-directory: ./${{ github.event.pull_request.head.ref }}
environment: Testing
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions environments/science_requires.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
torch
torchaudio
easyocr
fasttext-wheel
kenlm
Expand All @@ -16,8 +18,6 @@ accelerate
tiktoken
opencc==1.1.6
imagededup
torch
torchaudio
dlib
spacy-pkuseg==0.0.32
diffusers
Expand Down

0 comments on commit 1f5f522

Please sign in to comment.