From 45f0563c80570e9aaabb7490e192b4c62d2a0a2c Mon Sep 17 00:00:00 2001 From: Adam Reichold Date: Fri, 29 Apr 2022 22:41:54 +0200 Subject: [PATCH] fix: Two mistakes in the update CI job. --- .github/workflows/update.yml | 1 - parse-stable-abi.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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