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 31fd7d5 commit 249f436Copy full SHA for 249f436
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
uses: r-lib/actions/setup-tinytex@v2
33
- name: Install and configure Poetry
34
run: |
35
- pip3 install poetry
+ pip3 install -U poetry setuptools
36
poetry config virtualenvs.in-project true
37
- name: Set up cache
38
uses: actions/cache@v3
0 commit comments