Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Feb 8, 2024
1 parent dd17cc2 commit cafdafd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install -U pip
pip install poetry
poetry config virtualenvs.create false
poetry install --without docs,dev
poetry install --with dev --without docs
# Get the latest release tag for each repo
- run: echo GOVUK_FRONTEND_VERSION=$(make get-latest-release-tag REPO=alphagov/govuk-frontend) >> $GITHUB_ENV
Expand Down
23 changes: 1 addition & 22 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ optional = true

[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
pyyaml = "^6.0"
isort = "^5.12.0"
autoflake = "^2.0.2"
mypy = "^1.2.0"
django-stubs = "^1.16.0"
djlint = "^1.28.0"
pyyaml = "^6.0"
requests = "^2.31"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit cafdafd

Please sign in to comment.