Materials-Consortia / optimade-validator-action

GitHub Actions action to validate OPTIMADE implementations using the validator from Materials-Consortia/optimade-python-tools
MIT License
6 stars 1 forks source link

Issue with BATS docker image #142

Closed CasperWA closed 5 months ago

CasperWA commented 5 months ago

BATS tests are failing in the CI.

I've found this is due to the BATS Docker image using the latest alpine image (through the bash Docker image). We need to use a previous alpine version (this is mainly due to a specific, single Python version being packaged together with a specific alpine version).