Skip to content

Commit

Permalink
Fix PyYAML version and github action python version on doc build (#65)
Browse files Browse the repository at this point in the history
* lockfile

* downgrade to 6.0

* downgrade to 5.4.1

* upgrade 6.0.1

* downgrade again 5.4.1

* python version on github action
  • Loading branch information
tsebastiani authored Oct 6, 2023
1 parent 83d3321 commit 10553ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: 3.9
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ base64io = "^1.0.3"
sphinx-rtd-theme = "^1.2.2"
tzlocal = "5.1"
pytz = "^2023.3"
PyYAML = "^6.0.1"
PyYAML = "5.4.1"
[tool.poetry.group.test.dependencies]
jinja2 = "^3.1.2"
boto3 = "^1.28.12"
Expand Down

0 comments on commit 10553ab

Please sign in to comment.