Skip to content

Commit

Permalink
[GithubActions] Test old ASDF minor versions (#835)
Browse files Browse the repository at this point in the history
Test matrix for old asdf minors
  • Loading branch information
marscher authored Jan 5, 2023
1 parent 706cc95 commit 140a038
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/pytest_asdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ defaults:

jobs:
pytest_asdf:
strategy:
matrix:
asdf_version:
- "2.8"
- "2.9"
- "2.10"
- "2.11"
- "2.12"
- "2.13"
- "2.14"
name: pytest asdf
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -40,9 +50,9 @@ jobs:
- name: activate env
run: micromamba activate weldx

- name: pip installs
- name: pip install weldx-dev and asdf-matrix-version
run: |
python -m pip install -e .
python -m pip install -e . asdf~=${{ matrix.asdf_version }}
- name: run asdf schema pytest
run: |
Expand Down

0 comments on commit 140a038

Please sign in to comment.