Added basic profiling
This commit is contained in:
parent
32ca751abe
commit
d523f71b79
1 changed files with 12 additions and 1 deletions
13
.github/workflows/profiling.yaml
vendored
13
.github/workflows/profiling.yaml
vendored
|
|
@ -17,7 +17,18 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install Poetry
|
||||
uses: snok/install-poetry@v1.3.2
|
||||
with:
|
||||
virtualenvs-create: true
|
||||
virtualenvs-in-project: true
|
||||
installer-parallel: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
poetry install --no-interaction --all-extras
|
||||
|
||||
# Install necessary dependencies
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue