Skip to content

Commit fbd42e5

Browse files
committed
separate pip install commands
1 parent 162c8b7 commit fbd42e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
uses: r-lib/actions/setup-tinytex@v2
3434
- name: Install and configure Poetry
3535
run: |
36-
pip3 install -U poetry setuptools
36+
pip3 install -U setuptools wheel
37+
pip3 install -U poetry
3738
poetry config virtualenvs.in-project true
3839
- name: Set up cache
3940
uses: actions/cache@v4

0 commit comments

Comments
 (0)