early failure

This commit is contained in:
hrshtt
2025-08-20 09:34:45 +05:30
parent 4d59645740
commit 6d3f249a50

View File

@@ -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..."