Skip to content

Commit

Permalink
fix: Two mistakes in the update CI job.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Apr 29, 2022
1 parent b714956 commit 45f0563
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion parse-stable-abi.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
print(f"{data} DATA")
count += 1

assert count >= 861
assert count >= 859

0 comments on commit 45f0563

Please sign in to comment.