Skip to content

Add basic test to make sure python runs #8

Add basic test to make sure python runs

Add basic test to make sure python runs #8

Workflow file for this run

name: Test main.py
on:
push:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
services:
docker:
image: docker:19.03.12
options: --privileged
steps:
- uses: actions/checkout@v4
- name: Run main.py with fake model
run: |
export SANDBOX_CONTAINER_IMAGE="ubuntu:24.04"
python -m pip install -r requirements.txt
PYTHONPATH=`pwd` python ./opendevin/main.py -d ./ -t "write a hello world script" --model-name=fake