From 30c69a22610c74a0e647d2cf9fdfadffe66a750e Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Tue, 28 Jan 2025 12:43:00 +0100 Subject: [PATCH] Forgot steps --- .github/workflows/wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e8d3927d83..25b5d814e7 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -102,6 +102,7 @@ jobs: os: ['macos-13', 'macos-14'] python-version: ['3.9', '3.13'] + steps: - name: Setup Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: @@ -169,6 +170,7 @@ jobs: - os: 'ubuntu-22.04-arm' base_image: 'docker.io/neuronsimulator/neuron_wheel:manylinux_2_28_aarch64' + steps: - name: Setup Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: