Skip to content

Commit

Permalink
Merge pull request #8 from wtsi-hgi/develop
Browse files Browse the repository at this point in the history
πŸ”€ merge from develop
  • Loading branch information
altaf-ali authored Jun 20, 2023
2 parents 459e2eb + 6a42603 commit ed30665
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,19 @@ jobs:
python -m pip install --upgrade pip
pip install poetry tox tox-gh-actions
- name: test with tox
run:
tox
- name: Install Spack
uses: actions/checkout@v3
with:
repository: spack/spack
ref: 0707ffd4e466402bf19dff1add59eaf2b6d9154e
path: spack

- name: Update PATH
run: |
echo "$GITHUB_WORKSPACE/spack/bin" >> $GITHUB_PATH
- name: Run tests
run: poetry run tox

- name: Build wheels and source tarball
run: |
Expand Down

0 comments on commit ed30665

Please sign in to comment.