Skip to content

Commit

Permalink
fix project in TransmuteDims
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Mar 29, 2024
1 parent ace18ae commit 78a980f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
version: ${{ matrix.version }}
- name: Fix TransmutedDims
run: julia --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
env:
Expand Down

0 comments on commit 78a980f

Please sign in to comment.