Skip to content

Commit

Permalink
Update tf-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxenburg authored Apr 3, 2024
1 parent 46e0e1a commit e73bc8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tf-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow tests tensorflow installation and runs a policy network.

name: tf test
name: tf

on:
push:
Expand All @@ -26,3 +26,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
pip install .[tf]
- name: Test with pytest
run: |
export MUJOCO_GL="glfw"
pytest tests/tf_test.py

0 comments on commit e73bc8c

Please sign in to comment.