Skip to content

Python async client for Minecraft Mod #253

Python async client for Minecraft Mod

Python async client for Minecraft Mod #253

Workflow file for this run

name: Run pytest
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ${{ matrix.host-os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.9.4
with:
pixi-version: v0.62.2
cache: false
frozen: true
locked: false
environments: "dev"
- name: Run pytest
run: pixi run -e dev pytest ./tests