Skip to content

Commit

Permalink
Bug fix - set up julia whenever linux tests are run
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Feb 3, 2024
1 parent a3d75e4 commit 56c201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Set up julia
if: runner.os == 'Linux' && matrix.python-version == 3.8 && matrix.name-suffix == 'coverage'
if: runner.os == 'Linux'
uses: julia-actions/setup-julia@v1
with:
version: "1.6"
Expand Down

0 comments on commit 56c201f

Please sign in to comment.