Skip to content

Commit

Permalink
Pin workflows to @v1; fix test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Apr 7, 2022
1 parent 7b5d4bb commit 4a93a44
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI
name: CI Workflows

on:
push:
pull_request:

jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
display: true
coverage: codecov
Expand Down Expand Up @@ -42,9 +42,10 @@ jobs:
- windows: py310-test
publish:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@main
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
test_extras: test
test_extras: 'test,qt'
test_command: pytest --pyargs glue_wwt
libraries: 'libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xfixes0 libxcb-xinerama0'
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit 4a93a44

Please sign in to comment.