Skip to content

Commit

Permalink
Merge pull request #11 from PyO3/fix-update
Browse files Browse the repository at this point in the history
Fix two mistakes in the update CI job.
  • Loading branch information
adamreichold authored Apr 29, 2022
2 parents b714956 + 45f0563 commit fe68f46
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 fe68f46

Please sign in to comment.