Skip to content

Commit 82c74e6

Browse files
committed
Twelfth time is the charm
1 parent f9ab523 commit 82c74e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ jobs:
235235
poetry env use ${{ matrix.python-version }} -C test-project
236236
- name: Set compatible Python version in pyproject.toml
237237
run: sed -i 's/^python = .*/python = ">=3.7,<4.0"/' test-project/pyproject.toml
238+
- name: Show pyproject.toml
239+
run: cat test-project/pyproject.toml
238240
- name: Add ni-python-styleguide to the project
239241
run: poetry add ni-python-styleguide -C test-project
240242
- name: Create poetry.lock

0 commit comments

Comments
 (0)