Skip to content

Commit

Permalink
Move documentation closer to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed May 22, 2024
1 parent b7d9762 commit b4df24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ jobs:
https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/build.txt
- name: Re-install Nuitka in Poetry venv
# Nuitka needs to be installed within Poetry's venv to allow for lots of workarounds.
# Additional dependencies:
# - ordered-set: used by Nuitka for compilation performance
# - zstandard: for nuitka's onefile compression
run: >
poetry run python -m pip install --requirement
https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/nuitka.txt
Expand Down
3 changes: 3 additions & 0 deletions requirements/nuitka.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
nuitka == 2.2.3
# Additional dependencies:
# - ordered-set: used by Nuitka for compilation performance
# - zstandard: for nuitka's onefile compression
ordered-set == 4.1.0
zstandard == 0.22.0

0 comments on commit b4df24b

Please sign in to comment.