mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-09 09:38:47 +00:00
Test build: Create venv
This commit is contained in:
parent
27f35e7518
commit
bfc7c25f90
1 changed files with 2 additions and 0 deletions
2
.github/workflows/Test_Build.yml
vendored
2
.github/workflows/Test_Build.yml
vendored
|
@ -18,6 +18,8 @@ jobs:
|
|||
run: |
|
||||
apt-get -y install python3 python3-pip p7zip-full libarchive13
|
||||
python3 --version
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
python3 -m pip install --upgrade pip setuptools
|
||||
|
||||
- name: Compile tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue