The on-prem GitHub workflow runs on a docker image labeled allensdk_local_py38:latest, but Python 3.8 is end of life and master now requires Python >= 3.10.
This workflow should probably either be:
- updated, which would require internal support to create a new image to run on premises, or
- removed from GitHub workflows, as it currently cannot pass.
The on-prem GitHub workflow runs on a docker image labeled
allensdk_local_py38:latest, but Python 3.8 is end of life andmasternow requires Python >= 3.10.This workflow should probably either be: