We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0061207 commit 1bc7b80Copy full SHA for 1bc7b80
.github/workflows/pytest.yaml
@@ -59,4 +59,4 @@ jobs:
59
# uses: codecov/codecov-action@v4.0.1
60
# with:
61
# token: ${{ secrets.CODECOV_TOKEN }}
62
- # slug: princeton-nlp/SWE-agent
+ # slug: SWE-agent/SWE-agent
tests/setup_test_docker.sh
@@ -4,6 +4,6 @@
4
set -euo pipefail
5
6
# TARGETARCH should be set automatically on most (but not all) systems, see
7
-# https://github.com/princeton-nlp/SWE-agent/issues/245
+# https://github.com/SWE-agent/SWE-agent/issues/245
8
docker build -t swe-rex-test:latest -f swe_rex_test.Dockerfile --build-arg TARGETARCH=$(uname -m) .
9
0 commit comments