Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 authored Jan 18, 2024
1 parent af6c1a8 commit c0a18d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
python3 extract_baserom.py
python3 extract_assets.py
- name: Install Python dependencies
run: |
cd mm
python3 -m venv .mm-env
source .mm-env/bin/activate
python3 -m pip install -r requirements.txt
- name: Setup MM
run: |
cd mm
Expand All @@ -55,13 +62,6 @@ jobs:
python3 tools/decompress_yars.py
python3 extract_assets.py -j $(nproc)
- name: Install Python dependencies
run: |
cd mm
python3 -m venv .mm-env
source .mm-env/bin/activate
python3 -m pip install -r requirements.txt
- name: Build Repos
run: echo "Build Repos"

Expand Down

0 comments on commit c0a18d0

Please sign in to comment.