diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-14 04:47:24 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-14 04:47:24 -0500 |
| commit | 5730d8092eb9c2ba297dc89c77b87f98f79574fc (patch) | |
| tree | 67115209a0169c83e7d56a27cbf3b7dc568d8a92 | |
| parent | bd19f71caa0b10b1dd0b7ae4aaa592d9a2d706b8 (diff) | |
use Python 3.12 for gixy
| -rwxr-xr-x | setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ npm ci --ignore-scripts -python3 -m venv --clear venv +python3.12 -m venv --clear venv source venv/bin/activate pip install --require-hashes --only-binary :all: -r requirements.txt |
