-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b5f167
commit 8dce466
Showing
3 changed files
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,13 +26,10 @@ jobs: | |
uses: olegtarasov/[email protected] | ||
- name: Install pandoc | ||
run: sudo apt-get install -y pandoc | ||
- name: Install the latest version of uv | ||
uses: astral-sh/setup-uv@v5 | ||
with: | ||
version: "latest" | ||
- name: Install Poetry | ||
run: | | ||
uv tool install poetry | ||
uses: snok/install-poetry@v1 | ||
with: | ||
version: 'latest' | ||
- name: Install package and test dependencies | ||
run: | | ||
poetry install --with dev,nbtools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters