Skip to content

Commit

Permalink
Try earlier version of pyopencl for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Jun 3, 2024
1 parent 61c74b3 commit 925dc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest] # macos-latest, ubuntu-latest,
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11"]

steps:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: setup pyopencl on Linux + macOS
if: ${{ matrix.os != 'windows-latest' }}
run: |
python -m pip install pyopencl==2024.1
python -m pip install pyopencl==2023.1.4
- name: setup pyopencl on Windows
if: ${{ matrix.os == 'windows-latest' }}
Expand Down

0 comments on commit 925dc6b

Please sign in to comment.