Skip to content

Commit 50c0a86

Browse files
committed
test
1 parent 5103eb8 commit 50c0a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests_hw.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
id: ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
2121
container:
22-
image: python:3.10.1-bullseye
22+
image: python:3.12.4-bullseye
2323
options: --privileged
2424
steps:
2525
- name: Check if already passed
@@ -38,7 +38,7 @@ jobs:
3838
cache_exists=${{ steps.cache-results.outputs.cache-hit == 'true' }}
3939
enabled=true
4040
41-
if [[ $cache_exists == 'true' ]]; then
41+
if [ "$cache_exists" == "true" ]; then
4242
echo "Already ran, skipping"
4343
enabled=false
4444
fi

0 commit comments

Comments
 (0)