Skip to content

refactor: deploy new version #15

refactor: deploy new version

refactor: deploy new version #15

Workflow file for this run

name: MR Checks
on: [ pull_request ]
jobs:
python-check:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
matrix:
os: [ 'windows-2019' ]
python-version: ["3.10"]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install -r requirements-dev.txt
poetry --version
- name: lint
run: |
nox -s lint
- name: test build
run: |
nox -s build-exe
build\x86_64-pc-windows-msvc\release\install\rez.exe env --help