Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffquinn-msk committed Apr 30, 2024
1 parent 2ae0833 commit d150c8f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ jobs:
needs:
- lint
- docs
name: Run python unit tests in docker
name: Run python unit tests
runs-on: ubuntu-latest
container:
image: jeffquinnmsk/bayestme:latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run tests
run: make python-unittest
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Run tests
run: make python-unittest

0 comments on commit d150c8f

Please sign in to comment.