Skip to content

Commit

Permalink
only running against python 3.8-tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Nov 12, 2023
1 parent 22423d6 commit 77367fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
#os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
#python-version: ["3.8", "3.11"]
# python-version: ["3.8", "3.11"]
python-version: "3.8"
steps:
- name: Checkout
Expand Down Expand Up @@ -48,6 +48,7 @@ jobs:
pip install pytest-check-links
make html
python -m pytest --check-links

ui-test:
# needs: [build]
runs-on: ubuntu-latests
Expand Down

0 comments on commit 77367fa

Please sign in to comment.