Skip to content

Commit

Permalink
Don't run tests as part of publish job as they no longer work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 16, 2023
1 parent bb8fbc3 commit 0bb6ec4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,5 @@ jobs:
publish:
needs: tests
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
# Setup PyQt5 deps and headless X server as per pyvista/setup-headless-display-action@v1
libraries: '^libxcb.*-dev libxkbcommon-x11-dev libgl1-mesa-glx libopenblas-dev libhdf5-dev xvfb'
test_extras: 'test,qt'
test_command: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & sleep 3; DISPLAY=:99.0 pytest --pyargs glue_qt
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit 0bb6ec4

Please sign in to comment.