Skip to content

Commit

Permalink
Update actions/setup-python to use pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun committed Feb 7, 2025
1 parent 14edda3 commit 2604028
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
python-version: "3.12.1"
python-version-file: "pyproject.toml"
cache: "poetry"

- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.12.1
LABEL maintainer "ODL DevOps <[email protected]>"

# Add package files, install updated node and pip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["MIT ODL"]


[tool.poetry.dependencies]
python = "^3.11.0"
python = "3.12.1"
attrs = "^23.1.0"
base36 = "^0.1.1"
beautifulsoup4 = "^4.12.0"
Expand Down

0 comments on commit 2604028

Please sign in to comment.