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 7d7d435 commit 5675e2d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,17 @@ jobs:
with:
python-version: "3.8"

- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.2.2
virtualenvs-create: false
virtualenvs-in-project: false
installer-parallel: true

- name: Install dependencies
run: |
pip install gpjax
poetry install --all-extras --with dev
pip install packaging
pip install virtualenv
pip install asv
Expand Down

0 comments on commit 5675e2d

Please sign in to comment.