Line intervertion.
This commit is contained in:
parent
877620423d
commit
1ba97e1aba
|
@ -17,10 +17,10 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_tests:
|
run_tests:
|
||||||
runs-on: ${{ matrix.runner }}
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runner: [ubuntu-latest, intel-pvc-tgi]
|
runner: [ubuntu-latest, intel-pvc-tgi]
|
||||||
|
runs-on: ${{ matrix.runner }}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SCCACHE_GHA_ENABLED: "on"
|
SCCACHE_GHA_ENABLED: "on"
|
||||||
|
|
Loading…
Reference in New Issue