Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Bump cryptography from 41.0.0 to 41.0.6 #101

Bump cryptography from 41.0.0 to 41.0.6

Bump cryptography from 41.0.0 to 41.0.6 #101

Workflow file for this run

name: Type Checking
on: [push]
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- name: 🔔 Check out
uses: actions/checkout@v3
- name: 🏗️ python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: ⬇️ Python Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.5"
- name: ⬇️ Python Dependencies
run: poetry install
- name: 🚂 Activate environment
run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
- name: 🏃 pytype
uses: theahura/pytypes-action@main
with:
args: -d import-error