chore: bump project version to 1.39.0 and switch CI test runner to venv-based python and pytest
This commit is contained in:
@@ -18,12 +18,12 @@ jobs:
|
||||
. venv/bin/activate
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e ".[dev]"
|
||||
venv/bin/python3 -m pip install --upgrade pip
|
||||
venv/bin/python3 -m pip install -e ".[dev]"
|
||||
|
||||
- name: Run tests with pytest
|
||||
run: |
|
||||
pytest --cov=pr --cov-report=xml --cov-report=term-missing
|
||||
venv/bin/pytest --cov=pr --cov-report=xml --cov-report=term-missing
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v4
|
||||
|
||||
Reference in New Issue
Block a user