Skip to content

Commit

Permalink
fix pipelines on GH and GL
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashof committed Dec 11, 2024
1 parent 82f1dc2 commit 474b1f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- name: upload coverage report
uses: actions/upload-artifact@v4
with:
name: coverage_report
name: coverage_report_${{ matrix.os }}_${{ matrix.python-version }}
path: ./tests/coverage.xml
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ test-lint:
- flake8 . -v
when: always

.test-lin_py:
test-package:
stage: test
needs: []
parallel:
matrix:
- IMAGE: ["python:3.9", "python:3.10", "python:3.13"]
image: $IMAGE
before_script:
# missing dependencies for pyvista
- apt-get update && apt-get install libgl1 -y
Expand Down

0 comments on commit 474b1f6

Please sign in to comment.