diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 20f2f4f..60dec2c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,6 @@ jobs: curl https://raw.githubusercontent.com/python/cpython/main/Misc/stable_abi.toml > stable_abi.toml - name: Install Python TOML parser run: | - sudo apt-get install --yes python3-pip pip install tomli - name: Parse stable_abi.toml to produce python3.def run: | diff --git a/parse-stable-abi.py b/parse-stable-abi.py index 2c2f8e4..13e56b9 100755 --- a/parse-stable-abi.py +++ b/parse-stable-abi.py @@ -19,4 +19,4 @@ print(f"{data} DATA") count += 1 -assert count >= 861 +assert count >= 859