Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Jan 12, 2024
1 parent cd122e0 commit 99f9b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_and_release.yml
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install --upgrade pip setuptools wheel
- name: Run the tests
run: |
python setup.py test
Expand Down

0 comments on commit 99f9b09

Please sign in to comment.