Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
maclandrol committed Aug 8, 2023
1 parent 8d09cab commit 9f69242
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
os: ["ubuntu-latest"] #, "macos-latest", "windows-latest"]
pytorch-version: ["2.0"]


runs-on: ${{ matrix.os }}
timeout-minutes: 30

Expand Down Expand Up @@ -52,4 +51,4 @@ jobs:
run: pytest

- name: Run doc building
run: mkdocs build
run: mkdocs build
1 change: 0 additions & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- accelerate
- universal_pathlib
- huggingface_hub
- torchrun

# dev
- black >=23
Expand Down

0 comments on commit 9f69242

Please sign in to comment.