Skip to content

Commit

Permalink
[Release] Hotfix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Smilin-Dominator committed Aug 5, 2021
1 parent 06eb5c3 commit 2f9accf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install https://github.com/rokm/pyinstaller/archive/refs/heads/python-3.10.zip
python -m pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Preparation
run: |
pip3 install -r requirements.txt
python -m pip install https://github.com/rokm/pyinstaller/archive/refs/heads/python-3.10.zip
pyinstaller --onefile __main__.py
# Condition to only run this whenever the runner os is Ubuntu
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pyinstaller~=5.0
flake8

0 comments on commit 2f9accf

Please sign in to comment.