We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527755e commit 47452d3Copy full SHA for 47452d3
.github/workflows/python-publish.yml
@@ -30,6 +30,8 @@ jobs:
30
pip install -r ./test-requirements.txt
31
- name: Build package
32
run: python -m build
33
+ - name: Pip Package
34
+ run: pip install -e .
35
- name: Test package
36
run: pytest -s -v --cov=Avalara.SDK --username=${{ secrets.API_USERNAME }} --password=${{ secrets.API_PASSWORD }}
37
- name: Publish package
.github/workflows/test.yml
@@ -32,5 +32,7 @@ jobs:
echo "BEARER_TOKEN=${token}" >> $GITHUB_ENV
38
run: pytest -s -v --cov=Avalara.SDK
0 commit comments