Skip to content

Commit 249f436

Browse files
committed
We will now also install setuptools when running ci
1 parent 31fd7d5 commit 249f436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: r-lib/actions/setup-tinytex@v2
3333
- name: Install and configure Poetry
3434
run: |
35-
pip3 install poetry
35+
pip3 install -U poetry setuptools
3636
poetry config virtualenvs.in-project true
3737
- name: Set up cache
3838
uses: actions/cache@v3

0 commit comments

Comments
 (0)