Skip to content

Commit

Permalink
use requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Feb 8, 2024
1 parent 8227008 commit 1fe6a12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: cd build && python3.10 -m venv venv

- name: Install Dependencies
run: cd build && ./venv/bin/pip install PyYAML nuitka
run: ./build/venv/bin/pip install -r requirements.txt

- name: List Pip modules
run: cd build && ./venv/bin/pip list
run: ./build/venv/bin/pip list

- name: Compile binary
run: cd build && ./venv/bin/python -m nuitka ../sb.py --onefile -o sb
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PyYAML~=6.0.1
nuitka~=2.0.1

0 comments on commit 1fe6a12

Please sign in to comment.