Skip to content

Commit

Permalink
install TransmuteDims first
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Apr 3, 2024
1 parent 33373ca commit d3d45dc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
with:
version: ${{ matrix.version }}
- name: Fix TransmuteDims
run: |
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")'
run: 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
Expand Down

0 comments on commit d3d45dc

Please sign in to comment.