Skip to content

Commit 7e94081

Browse files
committed
Create project to analyze
1 parent 4063db7 commit 7e94081

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
@@ -228,6 +228,8 @@ jobs:
228228
python-version: ${{ matrix.python-version }}
229229
- name: Set up Poetry
230230
uses: ./setup-poetry
231+
- name: Create project
232+
run: poetry new test-project
231233
- name: Check that the project was created
232234
run: |
233235
if [ ! -f test-project/pyproject.toml ]; then

0 commit comments

Comments
 (0)