Skip to content

Commit

Permalink
Revert "Test with PyPy 7.3.11 to see whether test benchmark works"
Browse files Browse the repository at this point in the history
This reverts commit 8678389.
  • Loading branch information
smarr committed Mar 1, 2024
1 parent 9ef252a commit 320196d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ stages:

variables:
PYTHONUNBUFFERED: "true"
PYPY_SRC_DIR: /home/gitlab-runner/.local/pypy2.7-v7.3.11-src
PYPY_BIN_DIR: /home/gitlab-runner/.local/pypy2.7-v7.3.11-linux64/bin
PYPY_SRC_DIR: /data/home/gitlab-runner/.asdf/installs/awfy/pypysrc-2.7-v7.3.15
PYPY_BIN_DIR: /data/home/gitlab-runner/.asdf/installs/python/pypy2.7-7.3.15/bin

before_script:
- git submodule update --init
Expand Down

0 comments on commit 320196d

Please sign in to comment.