Skip to content

Commit

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

0 comments on commit 33373ca

Please sign in to comment.