| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,6 +15,9 @@ jobs: | |||
| 15 | 15 | ||
| 16 | 16 | - name: Install dependencies | |
| 17 | 17 | run: pip install -r requirements.txt | |
| 18 | + | ||
| 19 | + - name: Clone CPython repo | ||
| 20 | + run: git clone https://github.com/python/cpython | ||
| 18 | 21 | ||
| 19 | 22 | - name: Run merge.py | |
| 20 | 23 | run: python merge.py branch ${GITHUB_REF##*/} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments