Skip to content

Commit

Permalink
. e Batch file for run tests
Browse files Browse the repository at this point in the history
Co-Authored-By: 4dsherwood <[email protected]>
  • Loading branch information
isidore and 4dsherwood committed Dec 6, 2023
1 parent 69285e4 commit 6dab7b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install pytest
- name: Test
run: |
tox -e py # Run tox using the version of Python in `PATH`
./run_tests.sh
shell: bash
4 changes: 4 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
python -m pip install --upgrade pip
pip install tox
pip install pytest
tox -e py

0 comments on commit 6dab7b5

Please sign in to comment.