Skip to content

Commit

Permalink
I updated the Github actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
camUrban committed Nov 25, 2024
1 parent c7cf0e9 commit 674e9ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
- name: Setup a headless display
run: |
python -m pip install --upgrade pip
git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git
source ./gl-ci-helpers/travis/setup_headless_display.sh
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_ci.txt
- name: Test
run: |
coverage run --source=pterasoftware -m unittest discover -s tests
codecov
codecov

0 comments on commit 674e9ea

Please sign in to comment.