mirror of
https://github.com/JackHopkins/factorio-learning-environment.git
synced 2025-09-06 13:23:58 +00:00
early failure
This commit is contained in:
14
.github/workflows/factorio-test.yml
vendored
14
.github/workflows/factorio-test.yml
vendored
@@ -17,13 +17,7 @@ jobs:
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
# Install the package with dev dependencies for testing
|
||||
pip install -e ".[dev,agents,cluster,eval,all,mcp,env]"
|
||||
|
||||
|
||||
- name: Verify scenario exists
|
||||
run: |
|
||||
# Check that the scenario directory exists
|
||||
@@ -39,6 +33,12 @@ jobs:
|
||||
cd fle/cluster/local
|
||||
bash run-envs.sh -n 1
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
# Install the package with dev dependencies for testing
|
||||
pip install -e ".[dev,agents,cluster,eval,all,mcp,env]"
|
||||
|
||||
- name: Wait for server to start
|
||||
run: |
|
||||
echo "Waiting for Factorio server to initialize..."
|
||||
|
Reference in New Issue
Block a user