Skip to content

Commit

Permalink
ci: add build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wlruys committed Nov 1, 2023
1 parent 1c1f45e commit bb07fe9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
gcc: [10]
gcc: [10, 12.2]
python: [3.8, 3.12]
cuda: ['11.4', '12.2']

steps:
- uses: actions/checkout@v3
Expand All @@ -28,12 +27,6 @@ jobs:
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.gcc }} 100
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.gcc }} 100
- name: Install CUDA
uses: Jimver/[email protected]
id: cuda-toolkit
with:
cuda: ${{ matrix.cuda }}

- name: Build and Test
run: |
# Your build and test commands go here
Expand Down

0 comments on commit bb07fe9

Please sign in to comment.