Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TabulateJarl8 committed Sep 10, 2021
1 parent 85665be commit a54f0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Run a multi-line script
run: |
pip3 install setuptools wheel
ls
python setup.py sdist
pip3 install dist/*
python3 tests/test.py
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include ti842py/utils/*
include ti842py/utils/*
include requirements.txt

0 comments on commit a54f0ff

Please sign in to comment.