Skip to content

Commit ab9f9de

Browse files
committed
Use local version of action in repo
1 parent 9887638 commit ab9f9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- id: build
15-
uses: OpenAstronomy/build-python-dist@main
15+
uses: ./
1616
with:
1717
pure_python_wheel: true
1818
test_extras: test

0 commit comments

Comments
 (0)