Skip to content

Commit

Permalink
CI to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Apr 28, 2024
1 parent b9b0c6c commit f935eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
interface: ['LP64', 'ILP64']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install conda python & MKL
run: |
sudo chown -R $(whoami) $CONDA
Expand All @@ -36,4 +36,4 @@ jobs:
env:
MKL_INTERFACE_LAYER: ${{ matrix.interface }}
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit f935eb7

Please sign in to comment.