From 957f960ab3dbedd1d6e7ce99fb722a0fec518c8a Mon Sep 17 00:00:00 2001 From: rcholic Date: Tue, 4 Jun 2024 19:52:55 -0700 Subject: [PATCH] updated actions --- .github/workflows/pypi-publish.yml | 3 ++- pytest.ini | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 pytest.ini diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index ea81d48..d1f7197 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -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 diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..d8fe80b --- /dev/null +++ b/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +minversion = 7.0 +pythonpath = schwabpy +testpaths = + tests