maintenance: update project version to 1.38.0 docs: update changelog with release notes
This commit is contained in:
@@ -12,6 +12,10 @@ jobs:
|
||||
PIP_BREAK_SYSTEM_PACKAGES: 1
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Create virtual environment
|
||||
run: |
|
||||
python -m venv venv
|
||||
. venv/bin/activate
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
Reference in New Issue
Block a user