Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
oir committed May 27, 2024
1 parent 09e6513 commit 7ebcac4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive

- name: Bootstrap and configure
uses: ./.github/actions/configure-gpu

Expand All @@ -25,7 +26,5 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Bootstrap and configure
uses: ./.github/actions/configure-gpu
- name: Build python bindings
run: meson compile -C build/ python

0 comments on commit 7ebcac4

Please sign in to comment.