Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Apr 3, 2024
1 parent 9cffcd3 commit c0ed7c7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
with:
version: ${{ matrix.version }}
- name: Fix TransmuteDims
run: julia --project=@. --color=yes -e 'using Pkg; Pkg.add("CUDA#4.4.1")'
run: julia --project=@. --color=yes -e 'using Pkg; Pkg.add("MKL#0.4.2")'
run: julia --project=@. --color=yes -e 'using Pkg; Pkg.add(name="TransmuteDims", rev="strided2")'
run: |
julia --project=@. --color=yes -e 'using Pkg; Pkg.add("CUDA#4.4.1")'
julia --project=@. --color=yes -e 'using Pkg; Pkg.add("MKL#0.4.2")'
julia --project=@. --color=yes -e 'using Pkg; Pkg.add(name="TransmuteDims", rev="strided2")'
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
Expand Down

0 comments on commit c0ed7c7

Please sign in to comment.