Skip to content

Commit

Permalink
Add poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Aug 28, 2023
1 parent 5675e2d commit 250a0eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,26 @@ jobs:
uses: snok/install-poetry@v1
with:
version: 1.2.2
virtualenvs-create: false
virtualenvs-create: true
virtualenvs-in-project: false
installer-parallel: true

- name: Install dependencies
run: |
poetry install --all-extras --with dev
poetry install --no-interaction --all-extras --with dev
pip install packaging
pip install virtualenv
pip install asv
- name: Set asv machine
run: |
source .venv/bin/activate
cd benchmarks
asv machine --yes
- name: Run benchmarks
run: |
source .venv/bin/activate
cd benchmarks
asv run
asv publish
Expand Down

0 comments on commit 250a0eb

Please sign in to comment.