Skip to content

Commit

Permalink
Update ci.yml (#448)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Update ci.yml

* Update ci.yml
  • Loading branch information
btaba authored Feb 2, 2024
1 parent 5c4740e commit 5d4e6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10']
steps:
Expand All @@ -24,4 +25,4 @@ jobs:
python -m pip install --upgrade pip
pip install -e .[develop]
- name: Run tests
run: pytest
run: pytest -k 'not brax.v1'

0 comments on commit 5d4e6a3

Please sign in to comment.