-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update dependencies (#124)
* build(deps): update dependencies * fix(deps): use range dependency for urllib3 - not compatible yet * fix: add vars to test.yml * fix: improve and fix types
- Loading branch information
1 parent
7537c67
commit d6f2509
Showing
5 changed files
with
156 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ name: Test | |
|
||
on: | ||
push: | ||
branches: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: | ||
branches: | ||
- master | ||
types: [opened, synchronize, reopened] | ||
|
||
|
@@ -20,17 +20,18 @@ jobs: | |
python-version: '3.10' | ||
cache: 'pip' | ||
- name: Install deps | ||
run: pip install -r requirements.txt | ||
run: pip install -r requirements.txt | ||
- name: Run tests | ||
run: python -m coverage run -m pytest | ||
env: | ||
CLIENT_ID: ${{ secrets.CLIENT_ID }} | ||
USERNAME: ${{ secrets.USERNAME }} | ||
USERNAME2: ${{ secrets.USERNAME2 }} | ||
PASSWORD: ${{ secrets.PASSWORD }} | ||
OTPCODE: ${{ secrets.OTPCODE }} | ||
USER_POOL_ID: ${{ secrets.USER_POOL_ID }} | ||
FEDERATED_POOL_ID: ${{ secrets.FEDERATED_POOL_ID }} | ||
IDENTITY_POOL_ID: ${{ secrets.IDENTITY_POOL_ID }} | ||
API_URL: ${{ secrets.API_URL }} | ||
REGION: ${{ secrets.REGION }} | ||
- name: Publish code coverage | ||
uses: paambaati/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
from .ScribeMi import MI | ||
from .ScribeMi import MI |
Oops, something went wrong.