Skip to content

Commit

Permalink
Fixed python CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Feb 14, 2024
1 parent f88ce48 commit 11e156f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# maturin generate-ci github
#
name: CI
name: argmin-testfunctions-py

on:
push:
Expand All @@ -14,6 +14,10 @@ on:
pull_request:
workflow_dispatch:

defaults:
run:
working-directory: ./python/argmin-testfunctions-py

permissions:
contents: read

Expand Down

0 comments on commit 11e156f

Please sign in to comment.