Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Dec 14, 2024
1 parent 1c41593 commit e4005ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
Expand All @@ -33,6 +33,6 @@ jobs:
- name: Upload to Codecov
run: |
bash <(curl -s https://codecov.io/bash)
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: coverage.xml
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: tests

on:
push:
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- '**.rst'
Expand All @@ -15,7 +16,7 @@ jobs:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit e4005ff

Please sign in to comment.