mirror of
https://github.com/csd4ni3l/fleet-commander.git
synced 2026-01-01 04:23:47 +01:00
Fix build not including torch and stable_baselines3, improve README
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -32,6 +32,12 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Install CPU only torch
|
||||
run: pip3 install torch --index-url https://download.pytorch.org/whl/cpu
|
||||
|
||||
- name: Install stable_baselines3 after torch
|
||||
run: pip3 install stable_baselines3
|
||||
|
||||
- name: Build Executable
|
||||
uses: Nuitka/Nuitka-Action@main
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user