Skip to content

Commit

Permalink
update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Apr 19, 2024
1 parent fa773d1 commit fa0d3bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
etoolbox
footnote
- name: Setup Miniconda using Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: taxbrain-dev
environment-file: environment.yml
Expand All @@ -55,7 +55,8 @@ jobs:
run: |
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ./coverage.xml
Expand Down

0 comments on commit fa0d3bb

Please sign in to comment.