Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Jan 5, 2023
1 parent 02f1608 commit fa8c44e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest_asdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- "2.12"
- "2.13"
- "2.14"
#- TODO: this will grow in the future...
name: pytest asdf
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -51,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 . asdf~=${{ matrix.asdf_version }} # TODO: how can we avoid trouble with Conda pkg and pip install?
python -m pip install -e . asdf~=${{ matrix.asdf_version }}
- name: run asdf schema pytest
run: |
Expand Down

0 comments on commit fa8c44e

Please sign in to comment.