]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: make sure versions are strings, not floats
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 11 May 2025 10:45:56 +0000 (12:45 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 11 May 2025 10:47:51 +0000 (12:47 +0200)
.github/workflows/packages-pool.yml
.github/workflows/packages-src.yml

index 41ffc03543ea8de28f70fd9326062832650b4bbb..115401e58f8b19de844c3dbdc35f267ba5254008 100644 (file)
@@ -22,7 +22,7 @@ jobs:
 
       - uses: actions/setup-python@v5
         with:
-          python-version: 3.9
+          python-version: "3.9"
 
       - name: Install the build package
         run: pip install build
index 1adbca78d42488bae1567aab1e672e52b0d31ef5..22000f803ef689d1593d47acfe74683a6faa01a7 100644 (file)
@@ -24,7 +24,7 @@ jobs:
 
       - uses: actions/setup-python@v5
         with:
-          python-version: 3.9
+          python-version: "3.9"
 
       - name: Install the build package
         run: pip install build