Skip to content

Commit

Permalink
quic updat
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahls committed Jan 20, 2024
1 parent 81d69bc commit 93e2d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fastrl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# if [ -n "$(nbdev_diff_nbs)" ]; then echo -e "!!! Detected difference between the notebooks and the library"; false; fi
- name: Run tests
run: |
pips show torchdata torch
pip3 show torchdata torch
pip3 install -e .
cd nbs
xvfb-run -s "-screen 0 1400x900x24" fastrl_nbdev_test --n_workers 12 --one2one
Expand Down

0 comments on commit 93e2d24

Please sign in to comment.