Skip to content

Commit

Permalink
ci: don't run qa/docs on python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Sep 1, 2023
1 parent a213ebf commit 5642084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
${{ runner.os }}-pip-v2-
- name: Set up Python
uses: actions/setup-python@v4
id: setuppy
with:
python-version: 3.${{ matrix.python-minor-version }}
- name: Display Python version
Expand All @@ -39,6 +40,7 @@ jobs:
python_env=$(echo $TOX_ENV | sed -e s/-dev$//)
python -m tox -e ${python_env}
- name: QA
if: ${{ steps.setuppy.outputs.python-version > 7 }}
env:
TOX_ENV: qa,doc
run: python -m tox -e $TOX_ENV
Expand Down

0 comments on commit 5642084

Please sign in to comment.