Skip to content

Commit

Permalink
Merge pull request #204 from AaronDJohnson/update_ci
Browse files Browse the repository at this point in the history
update CI versions
  • Loading branch information
AaronDJohnson authored Dec 28, 2022
2 parents 27a3892 + d33e90d commit 5e0f99d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install non-python dependencies on mac
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Test with pytest
run: make test
- name: Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
#with:
# fail_ci_if_error: true

Expand All @@ -65,9 +65,9 @@ jobs:
if: github.event_name == 'release'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install non-python dependencies on linux
Expand Down Expand Up @@ -111,9 +111,9 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
Expand Down

0 comments on commit 5e0f99d

Please sign in to comment.