Skip to content

Commit d95e29e

Browse files
committed
rename jobs
1 parent d18e496 commit d95e29e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/install_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Setup, Examples, Notebooks
33
on: [push, pull_request]
44

55
jobs:
6-
build-linux:
6+
install-examples:
77
runs-on: ubuntu-latest
88

99
steps:

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Conda-based pytest
33
on: [push, pull_request]
44

55
jobs:
6-
test-linux:
6+
test-linux-conda:
77
name: >
88
Py${{ matrix.python-version }};
99
${{ matrix.slycot || 'no' }} Slycot;
@@ -75,7 +75,7 @@ jobs:
7575

7676
coveralls:
7777
name: coveralls completion
78-
needs: test-linux
78+
needs: test-linux-conda
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: Coveralls Finished

0 commit comments

Comments
 (0)