Skip to content

Commit 646c2c4

Browse files
authored
Merge branch 's3s-project:main' into main
2 parents f1815ce + a9e2d53 commit 646c2c4

11 files changed

Lines changed: 666 additions & 319 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
run: echo "hash=$(sha256sum /tmp/s3-tests/requirements.txt | cut -d' ' -f1)" >> "$GITHUB_OUTPUT"
201201
- name: Get Python version
202202
id: python-version
203-
run: python3 -c "import sys, os; f=open(os.environ['GITHUB_OUTPUT'],'a'); f.write(f'version={sys.version_info[0]}.{sys.version_info[1]}\n'); f.close()"
203+
run: python3 -c "import os, platform; f=open(os.environ['GITHUB_OUTPUT'],'a'); f.write(f'version={platform.python_version()}\n'); f.close()"
204204
- name: Restore s3tests venv cache
205205
uses: actions/cache@v5
206206
with:

0 commit comments

Comments
 (0)