1
0
Fork 0

Checkout apps repo for make_readme

This commit is contained in:
Félix Piédallu 2024-09-13 16:59:03 +02:00 committed by Félix Piédallu
parent 1c6f0c100d
commit 674eb31347
2 changed files with 1 additions and 2 deletions

View file

@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Set up Python 3.9'
uses: actions/setup-python@v5
with:

View file

@ -29,8 +29,6 @@ def test_running_make_readme():
subprocess.check_call(
[
TEST_DIRECTORY.parent / "make_readme.py",
"-l",
TEST_DIRECTORY.parent.parent.parent,
temporary_tested_app_directory,
]
)