Fix syntax
All checks were successful
Python tests (make) / test (push) Successful in 12s

This commit is contained in:
2025-08-26 16:55:10 -04:00
parent 68926cfc22
commit 0f1a40e766

View File

@@ -8,8 +8,6 @@ on:
jobs:
package-and-push:
runs-on: ubuntu-22.04
steps:
container: mcr.microsoft.com/devcontainers/python:3.11
steps:
@@ -17,7 +15,6 @@ jobs:
run: |
set -eux
apt-get update
# add gcc & toolchain while keeping your originals
apt-get install -y --no-install-recommends curl ca-certificates git build-essential make
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y --no-install-recommends nodejs
@@ -40,4 +37,4 @@ jobs:
REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
run: ./deploy/push-to-registry.sh
run: ./deploy/push-to-registry.sh