Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Update compiler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AallynReed authored Jun 17, 2022
1 parent 0ff65f2 commit 2eb8cdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install required modules
run: python -m pip install -r requirements.txt

- name: Install Pyinstaller
run: python -m pip install pyinstaller
Expand Down

0 comments on commit 2eb8cdf

Please sign in to comment.