Skip to content

Commit

Permalink
try update test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Nov 28, 2024
1 parent 64be981 commit ae2a0f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.8.0
uses: styfle/cancel-workflow-action@0.9
with:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/checkout@v2

- name: Set up Julia
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: 1
version: '1'

- name: Install Julia Project Packages
# we add this ENV varaible to force PyCall to download and use Conda rather than
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
if: success()

- name: Submit coverage
uses: codecov/codecov-action@v1.0.7
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}
if: success()
Expand All @@ -70,15 +70,15 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.8.0
uses: styfle/cancel-workflow-action@0.9
with:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/checkout@v2

- name: Set up Julia
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: 1

Expand Down Expand Up @@ -110,15 +110,15 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.8.0
uses: styfle/cancel-workflow-action@0.9
with:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/checkout@v2

- name: Set up Julia
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: 1

Expand Down

0 comments on commit ae2a0f5

Please sign in to comment.