Skip to content

Commit

Permalink
clean name self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Orozco committed Mar 26, 2024
1 parent 923ca70 commit bbd4519
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
file: lcov.info

test_gpu:
name: Julia ${{ matrix.version }} - ${{ matrix.tests }} - ${{ matrix.os }}
name: GPU Julia ${{ matrix.version }} - ${{ matrix.tests }}
runs-on: self-hosted
env:
test_suite: ${{ matrix.tests }}
Expand All @@ -68,7 +68,6 @@ jobs:
matrix:
version: ['1.10']
tests: ["basics", "layers", "networks"]
os: [ubuntu-latest]

steps:
- name: Checkout InvertibleNetworks.jl
Expand Down

0 comments on commit bbd4519

Please sign in to comment.