Skip to content

fix nox call in GH workflow #341

fix nox call in GH workflow

fix nox call in GH workflow #341

Workflow file for this run

name: Formatting and unit tests
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
# strategy:
# matrix:
# python-version: ["3.10", "3.11"]
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v2
# - name: Setup Python
# uses: ./.github/actions/setup-actions
# - name: Install Poetry
# uses: snok/install-poetry@v1
# with:
# virtualenvs-create: true
# virtualenvs-in-project: true
- name: Install Nox
uses: wntrblm/[email protected]
with:
python-versions: "3.10,3.11"
# - name: Linter
# run: poetry run flake8
# - name: Code Formatting
# uses: psf/black@stable
# - name: Type Check
# run: poetry run mypy open_rarity
- name: Unit tests
run: nox