Skip to content

Commit

Permalink
temporarily disables docker; runs Python 3.10-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom O'Hara committed Sep 28, 2024
1 parent 50072e9 commit 04cd649
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ jobs:
## TODO: os: [ubuntu-20.04, ubuntu-latest]
## OLD: python-version: ["3.8", "3.9", "3.10"]
## NOTE: Need 3.8.17+ for typing support, due to backporting limitations with typing_extensions (see html_utils.py)
## TODO?:
python-version: ["3.8.17", "3.9", "3.10", "3.12"]
## TODO1?: Downloads/_github-actions-mezcla-docker-error-28sep24.logpython-version: ["3.8.17", "3.9", "3.10", "3.12"]
# Note: The Dockerfile uses 3.11 so try different versions for the runner VM
## TODO: python-version: ["3.9", "3.10", "3.11"]
##
## TEMP: (Docker disabled due to dependeency issue, so 3.11 added):
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -81,6 +83,8 @@ jobs:
build-and-test-docker:
name: Build and Run Tests via Docker
runs-on: [ubuntu-20.04]
## TEMP: Disable docker due to silly dependency problems (and overhead)
if: false

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 04cd649

Please sign in to comment.