Skip to content

Commit 47452d3

Browse files
author
Jonathan Wenger
committed
Updat epipeline.
1 parent 527755e commit 47452d3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
pip install -r ./test-requirements.txt
3131
- name: Build package
3232
run: python -m build
33+
- name: Pip Package
34+
run: pip install -e .
3335
- name: Test package
3436
run: pytest -s -v --cov=Avalara.SDK --username=${{ secrets.API_USERNAME }} --password=${{ secrets.API_PASSWORD }}
3537
- name: Publish package

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ jobs:
3232
echo "BEARER_TOKEN=${token}" >> $GITHUB_ENV
3333
- name: Build package
3434
run: python -m build
35+
- name: Pip Package
36+
run: pip install -e .
3537
- name: Test package
3638
run: pytest -s -v --cov=Avalara.SDK

0 commit comments

Comments
 (0)