From ab9f9de9fb84787c4a5341882c27df81faa40670 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Thu, 24 Feb 2022 16:56:44 +0000 Subject: [PATCH] Use local version of action in repo --- .github/workflows/test_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index 826784e..c5132b5 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - id: build - uses: OpenAstronomy/build-python-dist@main + uses: ./ with: pure_python_wheel: true test_extras: test