mirror of https://github.com/eyhc1/rendercv.git
update ci.yaml
This commit is contained in:
parent
016d4ae88a
commit
2f22011aed
|
@ -42,6 +42,8 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
|
@ -52,7 +54,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install pytest
|
||||
pip install .
|
||||
pip install .[testing]
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue