]> 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:45:56 +0000 (12:45 +0200)
.github/workflows/packages-pool.yml
.github/workflows/packages-src.yml

index 970d8fe9b3e64a3bd94beffeb8b8b61eb938cbbd..cc1ac1936dfb0cc2dce0b8be2896f02e99d079de 100644 (file)
@@ -22,7 +22,7 @@ jobs:
 
       - uses: actions/setup-python@v5
         with:
-          python-version: 3.10
+          python-version: "3.10"
 
       - name: Install the build package
         run: pip install build
index 3f41d426f664e6426ccbd65a19b6a3e544a2a6f9..a1559c50ff5a74c2631ecbfc78a24f489ec159aa 100644 (file)
@@ -24,7 +24,7 @@ jobs:
 
       - uses: actions/setup-python@v5
         with:
-          python-version: 3.10
+          python-version: "3.10"
 
       - name: Install the build package
         run: pip install build