Skip to content

Commit

Permalink
fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
cielavenir committed Aug 28, 2023
1 parent 7ee0915 commit 4d9d52d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
- name: Show Python Version
run: |
python --version
python setup.py install
- name: Install dependencies
run: |
python -m pip install wheel
- name: Install
run: |
python -m pip install .
- name: Run tests
run: |
python test/run_tests.py

0 comments on commit 4d9d52d

Please sign in to comment.