Skip to content

Commit

Permalink
py3-tomli fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Pris Nasrat <[email protected]>
  • Loading branch information
pnasrat committed Jun 17, 2024
1 parent 8a0720d commit dd74c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py3-tomli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ test:
pipeline:
- name: Verify tomli installation
runs: |
python3.12 -c "import tomli" || exit3 1
python3.12 -c "import tomli" || exit 1

0 comments on commit dd74c20

Please sign in to comment.