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

build(deps-dev): bump pyinstaller from 5.11.0 to 6.0.0 #47

build(deps-dev): bump pyinstaller from 5.11.0 to 6.0.0

build(deps-dev): bump pyinstaller from 5.11.0 to 6.0.0 #47

Workflow file for this run

---
name: Python Tests
on:
pull_request:
branches: [master, nightly]
types: [opened, synchronize, reopened]
jobs:
pytest:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install python dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install -r requirements-dev.txt
- name: Test with pytest
run: |
python -m pytest -v