Skip to content

Commit

Permalink
updated workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpecchi committed Feb 28, 2024
1 parent a076696 commit 53b0186
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -37,4 +36,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: coverage-badge
path: coverage.svg
path: coverage.svg

0 comments on commit 53b0186

Please sign in to comment.