Setup python and make
This commit is contained in:
parent
da6339d74d
commit
2efa5ccec8
1 changed files with 5 additions and 5 deletions
|
@ -7,8 +7,8 @@ jobs:
|
|||
DIRECTORY: config
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cd ${{ env.DIRECTORY }}
|
||||
- run: pip install -r requirements-dev.txt
|
||||
- run: ruff check
|
||||
- run: ruff format
|
||||
- run: myp
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
- run: pip install -r requirements.txt
|
||||
- run: make check
|
Loading…
Reference in a new issue