Skip to content

Commit

Permalink
fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Sep 21, 2024
1 parent 8950c40 commit f3067fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: python -Im pip install dist/*.whl
- name: pip freeze
run: python -Im pip freeze
- name: ls
run: ls
- name: wget
run: wget https://raw.githubusercontent.com/cvzi/emoji/refs/heads/test_no_typing_ext/x.py
- name: run test
run: python -I ../x.py
run: python -I x.py

0 comments on commit f3067fd

Please sign in to comment.