Skip to content

Commit

Permalink
fixtest3
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Sep 21, 2024
1 parent 5158d6e commit 8950c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
path: dist
- name: Extract source tarball
run: tar xf dist/*.tar.gz --strip-components=1
- name: Remove source code
run: rm -R emoji
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -53,5 +51,7 @@ jobs:
run: python -Im pip install dist/*.whl
- name: pip freeze
run: python -Im pip freeze
- name: ls
run: ls
- name: run test
run: python -I ../x.py

0 comments on commit 8950c40

Please sign in to comment.