update python version on workflow
authorClaromes <claromes@hey.com>
Mon, 24 Jun 2024 20:07:05 +0000 (17:07 -0300)
committerClaromes <claromes@hey.com>
Mon, 24 Jun 2024 20:07:05 +0000 (17:07 -0300)
.github/workflows/docs.yml

index d46ebd3a49cb7f9e61e34216d9884d14d3acf7d7..09bfc126b77ec2f1c305e6aae62880eaed1fb336 100644 (file)
@@ -12,7 +12,7 @@ jobs:
       - uses: actions/checkout@v4
       - uses: actions/setup-python@v5
         with:
-          python-version: 3.11
+          python-version: 3.10
       - name: Install Poetry
         run: |
           curl -sSL https://install.python-poetry.org | python3 -