Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Sep 23, 2024
1 parent c5344ac commit f6ff743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
zlib1g-dev
- name: Compile Python from 3.13 branch
run: |
git clone --depth 1 --branch 3.13 https://github.com/python/cpython.git
cd cpython
git clone --depth 1 --branch 3.13 https://github.com/python/cpython.git /tmp/cpython
cd /tmp/cpython
./configure
make -j 4
sudo make install
Expand Down

0 comments on commit f6ff743

Please sign in to comment.