Skip to content

Commit

Permalink
Fix name of nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Sep 18, 2023
1 parent 19b9235 commit 83cfc05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# This workflow installs the package and runs the tests
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

Expand All @@ -19,7 +18,7 @@ jobs:
fail-fast: false

runs-on: ubuntu-latest
name: ${{ matrix.os }} py${{ matrix.python-version }}
name: py${{ matrix.python-version }}

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# This workflow installs the package and runs the tests
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

Expand Down

0 comments on commit 83cfc05

Please sign in to comment.