Skip to content

Commit

Permalink
Merge pull request #21 from actlaboratory/cat/requirements
Browse files Browse the repository at this point in the history
Use requirements
  • Loading branch information
yncat authored Feb 23, 2022
2 parents b58bcbe + 9ec5fda commit f2fb374
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
python-version: "3.8"
architecture: "x86"
- name: install python libraries
run: pip install scons markdown pyinstaller wxPython pywin32 pyperclip
run: |
pip install scons markdown pyinstaller
pip install -r sapiExtension/requirements.txt
- name: Delete Unwanted Link to Stop It From Interfering
run: rm /usr/bin/link.exe
shell: bash
Expand Down

0 comments on commit f2fb374

Please sign in to comment.