Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanluoyc committed Nov 7, 2023
1 parent af06490 commit 660ded9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: 'build'
name: 'test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main

concurrency:
group: ${{ github.repository_owner }}-${{ github.repository }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions corax/import_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ def test_import_jax_agents(self):

self.assertNotIn("reverb", sys.modules)

def test_import_mujoco_py(self):
pass
# import mujoco_py


if __name__ == "__main__":
absltest.main()

0 comments on commit 660ded9

Please sign in to comment.