Skip to content

Commit

Permalink
omg another update holy shit
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahls committed Jan 20, 2024
1 parent 93e2d24 commit ee03446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fastrl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- name: Run tests
run: |
pip3 show torchdata torch
pip3 install -e .
sudo pip3 install -e .
cd nbs
xvfb-run -s "-screen 0 1400x900x24" fastrl_nbdev_test --n_workers 12 --one2one
sudo xvfb-run -s "-screen 0 1400x900x24" fastrl_nbdev_test --n_workers 12 --one2one
- name: Run Doc Build Test
run: |
fastrl_nbdev_docs --one2one

0 comments on commit ee03446

Please sign in to comment.