Skip to content

Commit

Permalink
Remove interactive flags
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Apr 17, 2024
1 parent a465953 commit fa9bb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_fully_containerized.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
docker image ls
- name: Run pytest
run: |
docker run -it sweagent/swe-agent-run:latest /bin/bash -c "pip install pytest && pytest -k test_replay"
docker run sweagent/swe-agent-run:latest /bin/bash -c "pip install pytest && pytest -k test_replay"

0 comments on commit fa9bb1b

Please sign in to comment.