Skip to content

Commit

Permalink
fix workflow env
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmatthews committed Oct 18, 2024
1 parent f39d611 commit b810c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Python: continuous integration tests"
name: "Sirocco: continuous integration tests"
on:
push:
branches:
Expand All @@ -9,7 +9,7 @@ on:
- "dev"
- "main"
env:
PYTHON: ${{ github.workspace }}
SIROCCO: ${{ github.workspace }}
jobs:
greeting:
name: Greeting job
Expand Down

0 comments on commit b810c21

Please sign in to comment.