Skip to content

Update poetry.lock (cryptography, msgpack, and 3 more) #427

Update poetry.lock (cryptography, msgpack, and 3 more)

Update poetry.lock (cryptography, msgpack, and 3 more) #427

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install -U pip poetry
./scripts/install
- name: mypy
run: |
./scripts/mypy
- name: Test
run: |
./scripts/test -v
env:
TEST_GITLAB_API_TOKEN: ${{ secrets.TEST_GITLAB_API_TOKEN }}
TEST_BITBUCKET_API_USERNAME: ${{ secrets.TEST_BITBUCKET_API_USERNAME }}
TEST_BITBUCKET_API_PASSWORD: ${{ secrets.TEST_BITBUCKET_API_PASSWORD }}
TEST_GITHUB_API_TOKEN: ${{ secrets.TEST_GITHUB_API_TOKEN }}