Skip to content

Commit 1bc7b80

Browse files
committed
Update swe-agent paths
1 parent 0061207 commit 1bc7b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
# uses: codecov/codecov-action@v4.0.1
6060
# with:
6161
# token: ${{ secrets.CODECOV_TOKEN }}
62-
# slug: princeton-nlp/SWE-agent
62+
# slug: SWE-agent/SWE-agent

tests/setup_test_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
set -euo pipefail
55

66
# TARGETARCH should be set automatically on most (but not all) systems, see
7-
# https://github.com/princeton-nlp/SWE-agent/issues/245
7+
# https://github.com/SWE-agent/SWE-agent/issues/245
88
docker build -t swe-rex-test:latest -f swe_rex_test.Dockerfile --build-arg TARGETARCH=$(uname -m) .
99

0 commit comments

Comments
 (0)