Skip to content

Commit

Permalink
update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aakashapoorv authored Oct 26, 2024
1 parent 51427ed commit 11fad8b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on:
jobs:
pre-commit:
name: Pre-commit checks
runs-on:
- glados
- intel
- x86
runs-on: ubuntu-latest
#- glados
#- intel
#- x86
steps:
- name: Print inputs
run: |
Expand Down Expand Up @@ -46,10 +46,10 @@ jobs:
build-test:
name: Build and test
runs-on:
- glados
- intel
- x86
runs-on: ubuntu-latest
#- glados
#- intel
#- x86
strategy:
matrix:
python: ['3.11']
Expand Down

0 comments on commit 11fad8b

Please sign in to comment.