Skip to content

Commit

Permalink
fix(runner-py): add proto script to index.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Aug 8, 2024
1 parent 0ca4571 commit 4fbcebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runner-py/index.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rdfc:PythonPackage
rdfc:description "A gRPC based Python runner." ;
rdfc:repo "https://github.com/rdf-connect/orchestrator" ;
rdfc:license "MIT" ;
rdfc:prepare ( "hatch run test -h" "hatch build" ) ;
rdfc:prepare ( "hatch run proto" "hatch run test -h" "hatch build" ) ;
rdfc:runners rdfc:PythonRunner .

rdfc:PythonRunner
Expand Down

0 comments on commit 4fbcebd

Please sign in to comment.