Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fbd42e5

Browse filesBrowse files
committed
separate pip install commands
1 parent 162c8b7 commit fbd42e5
Copy full SHA for fbd42e5

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎.github/workflows/ci.yaml‎

Copy file name to clipboardExpand all lines: .github/workflows/ci.yaml
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.