Skip to content

Commit

Permalink
remove runner caching from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
artis3n committed Jan 15, 2025
1 parent 81d9427 commit cec70c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
cache: 'poetry'

- name: Install packages
run: poetry install --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ repos:
- '--profile=production'

- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.6
hooks:
- id: actionlint-docker
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all: lint test
# Install Python first
.PHONY: install
install:
poetry install --no-root
poetry install --with=dev
poetry run pre-commit install --install-hooks
poetry run ansible-galaxy collection install -r requirements.yml

Expand All @@ -16,7 +16,7 @@ clean:

.PHONY: update
update:
poetry update
poetry update --with=dev
poetry run pre-commit autoupdate

.PHONY: lint
Expand Down

0 comments on commit cec70c0

Please sign in to comment.