Skip to content

Commit

Permalink
Merge pull request #79 from pllim/patch-4
Browse files Browse the repository at this point in the history
Use v1 workflow, not main
  • Loading branch information
astrofrog authored Apr 9, 2024
2 parents 0e7cced + e65f7cf commit 9d1e665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:

tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
runs-on: |
linux: ubuntu-22.04
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- windows: py311-test-numpy126
publish:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@main
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1
with:
test_extras: test
test_command: pytest --pyargs fast_histogram -m "not hypothesis"
Expand Down

0 comments on commit 9d1e665

Please sign in to comment.