Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Sep 20, 2022
1 parent ac28266 commit b1c797b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ master ]

jobs:
build-linux:
build-linux-conda:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
contents: read

jobs:
build:
build-linux-pip:

runs-on: ubuntu-latest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ master ]

jobs:
build:
build-windows:
name: windows conda
runs-on: "windows-latest"
steps:
Expand Down

0 comments on commit b1c797b

Please sign in to comment.