1 parent 19d08b5 commit 819b87eCopy full SHA for 819b87e
1 file changed
.github/workflows/ci-build-unstable.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: [ 3.10, 3.11, 3.12, 3.13 ]
+ python-version: [ '3.10', '3.11', '3.12', '3.13' ]
16
steps:
17
- name: Cleanup more disk space
18
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
0 commit comments