Skip to content

Commit

Permalink
Bugfix in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar committed Jan 28, 2024
1 parent 3bb18eb commit 458fd21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Given a tag, downloads the associated code, builds the package, and uploads the binary wheel(s)
# and source tarball as artifacts

name: Build pacakge
name: Build package

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-build-test-gc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
contents: read

jobs:
test-ubuntu-22.04:
test-ubuntu-22_04:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Test with pytest (graphcut test only)
run: cd tests && pytest graphcut_/*

test-ubuntu-20.04:
test-ubuntu-20_04:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 458fd21

Please sign in to comment.