Skip to content

Commit

Permalink
updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcholic committed Jun 5, 2024
1 parent a7719c2 commit 957f960
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
python -m pip install build
python -m pip install -r requirements.txt
- name: Build distribution in binary and source tarball
run: python3 -m build
- name: Store the distribution packages
Expand Down
5 changes: 5 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[pytest]
minversion = 7.0
pythonpath = schwabpy
testpaths =
tests

0 comments on commit 957f960

Please sign in to comment.