Sebastián Ramírez
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
.github/workflows/smokeshow.yml
|
@ -21,6 +21,7 @@ jobs: |
|
|
env: |
|
|
env: |
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/setup-python@v5 |
|
|
- uses: actions/setup-python@v5 |
|
|
with: |
|
|
with: |
|
|
python-version: '3.9' |
|
|
python-version: '3.9' |
|
|