Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasPammer committed Feb 10, 2024
1 parent 13e270f commit b7351fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ jobs:

- name: check out the codebase
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
path: "${{ github.repository }}"

- name: set up python 3
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extend-ignore = E203
[tox]
minversion = 4.1.2
#envlist = pre-commit,py{3}-ansible-{6,7,8,9}
envlist = pre-commit,py3-ansible-{6,7,8,9}
envlist = pre-commit,py3-ansible-{6}

skipsdist = true

Expand Down

0 comments on commit b7351fa

Please sign in to comment.