Skip to content

Commit

Permalink
python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed Dec 14, 2024
1 parent e1be48f commit a1b86f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonBinding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
jobLinux:
uses: ./.github/workflows/linux.yml@main
uses: ./.github/workflows/linux.yml

jobmacOS:
uses: ./.github/workflows/macOS.yml@main
uses: ./.github/workflows/macOS.yml

jobWindows:
uses: ./.github/workflows/windows.yml@main
uses: ./.github/workflows/windows.yml

build:

Expand Down

0 comments on commit a1b86f7

Please sign in to comment.