Skip to content

Commit

Permalink
Update poetry version, cypress python version
Browse files Browse the repository at this point in the history
  • Loading branch information
smartspot2 committed Jul 13, 2024
1 parent 66ea583 commit 1b9b542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
PYTHON_VERSION: 3.9
PYTHON_VERSION: 3.12

jobs:
cypress-run-chrome:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
PYTHON_VERSION: 3.9
PYTHON_VERSION: 3.12

jobs:
pytest:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.django
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.12.4

ENV POETRY_VIRTUALENVS_CREATE false
ENV POETRY_VERSION 1.8.1
ENV POETRY_VERSION 1.8.3
ENV POETRY_HOME /opt/poetry
ENV POETRY_NO_INTERACTION 1
ENV VIRTUAL_ENV /venv
Expand Down

0 comments on commit 1b9b542

Please sign in to comment.