Skip to content

Commit

Permalink
ci: remove weird tox~=3.24.5 cap (#109)
Browse files Browse the repository at this point in the history
Fixes #107
  • Loading branch information
JonasPammer committed May 6, 2023
1 parent 910064e commit ce8d5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
key: {% raw %}${{ hashFiles('**/.pre-commit-config.yaml') }}{% endraw %}

- name: Install test dependencies.
run: pip3 install tox~=3.24.5
run: pip3 install -r requirements-dev.txt

- name: Run Molecule tests (normal).
run: tox
Expand Down

0 comments on commit ce8d5a5

Please sign in to comment.