Skip to content

Commit

Permalink
Merge branch 'main' of github.com:adrn/gala
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Feb 13, 2024
2 parents 753cb81 + 8004850 commit e329d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

# Coverage:
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.0.1
if: steps.check_files.outputs.files_exists == 'true' && runner.os == 'Linux'
with:
file: ./coverage.xml # optional
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
sudo apt-get install gsl-bin libgsl0-dev
- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].4
env:
CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}
CIBW_ARCHS_MACOS: ${{ matrix.macos_archs }}
Expand Down

0 comments on commit e329d44

Please sign in to comment.