We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162c8b7 commit fbd42e5Copy full SHA for fbd42e5
.github/workflows/ci.yaml
@@ -33,7 +33,8 @@ jobs:
33
uses: r-lib/actions/setup-tinytex@v2
34
- name: Install and configure Poetry
35
run: |
36
- pip3 install -U poetry setuptools
+ pip3 install -U setuptools wheel
37
+ pip3 install -U poetry
38
poetry config virtualenvs.in-project true
39
- name: Set up cache
40
uses: actions/cache@v4
0 commit comments