Skip to content

Commit

Permalink
update Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-berlin-wmse committed Jan 26, 2024
1 parent 3b572ff commit 7179334
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.8"
python-version: "3.10"
- name: Install tox and any other packages
run: pip install tox
- name: Run tox
# Run tox using the version of Python in `PATH`
run: tox -e py

run: tox

0 comments on commit 7179334

Please sign in to comment.