Skip to content

Commit

Permalink
show sys.platform
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Apr 28, 2023
1 parent 57a3526 commit e1608b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ jobs:
python -m pip install --upgrade pip
pip install tox
- name: Test
run: tox -e ${{ matrix.config[1] }}
run: |
python -c "import sys; print(sys.platform)"
tox -e ${{ matrix.config[1] }}

0 comments on commit e1608b6

Please sign in to comment.