Update python.yml

This commit is contained in:
Sam Freund
2025-04-12 22:53:16 -05:00
committed by GitHub
parent 77d5388a35
commit e334d26459

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel pytest mypy
pip install setuptools wheel pytest mypy mkdocs mkdocs-gen-files
- name: Build wheel
working-directory: ./photon-lib/py