Skip to content

Commit 45f0563

Browse files
committed
fix: Two mistakes in the update CI job.
1 parent b714956 commit 45f0563

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/update.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
curl https://raw.githubusercontent.com/python/cpython/main/Misc/stable_abi.toml > stable_abi.toml
1818
- name: Install Python TOML parser
1919
run: |
20-
sudo apt-get install --yes python3-pip
2120
pip install tomli
2221
- name: Parse stable_abi.toml to produce python3.def
2322
run: |

parse-stable-abi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
print(f"{data} DATA")
2020
count += 1
2121

22-
assert count >= 861
22+
assert count >= 859

0 commit comments

Comments
 (0)