Skip to content

Commit

Permalink
Fix Transducers to last-compatible version in CI (#146)
Browse files Browse the repository at this point in the history
* Fix Transducers to last-compatible version in CI

* Pin before building

* Revert "Pin before building"

This reverts commit 8782da4.
  • Loading branch information
sethaxen authored Jun 30, 2023
1 parent 806edf3 commit 7677085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- name: Fix Transducers to last-compatible version
run: julia --project -e 'using Pkg; Pkg.pin(name="Transducers", version=v"0.4.75")'
- uses: julia-actions/julia-runtest@v1
env:
JULIA_NUM_THREADS: ${{ matrix.num_threads }}
Expand Down

0 comments on commit 7677085

Please sign in to comment.