Skip to content

Commit

Permalink
remove redundant env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Mar 26, 2024
1 parent 3cf926c commit 5ca4195
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
env:
PYTREECLASS_BACKEND: numpy

strategy:
matrix:
os: [ubuntu-latest]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_mlx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: numpy backend
name: mlx backend

on:
- push
Expand All @@ -11,7 +11,7 @@ jobs:
PYTREECLASS_BACKEND: numpy
strategy:
matrix:
os: [macos-latest]
os: [macos-14]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test_numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
env:
PYTREECLASS_BACKEND: numpy

strategy:
matrix:
os: [ubuntu-latest]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test_torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
env:
PYTREECLASS_BACKEND: numpy

strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit 5ca4195

Please sign in to comment.