mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-26 01:51:40 +00:00
Compare commits
2 Commits
v2024.1.1-
...
v2024.1.1-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
276fc6178e | ||
|
|
107a0f3a8b |
6
.github/workflows/python.yml
vendored
6
.github/workflows/python.yml
vendored
@@ -17,11 +17,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout-cone-mode: false
|
||||
fetch-tags: true
|
||||
fetch-depth: 99999
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
|
||||
@@ -51,4 +51,6 @@ setup(
|
||||
description=descriptionStr,
|
||||
url="https://photonvision.org",
|
||||
author="Photonvision Development Team",
|
||||
long_description="A Pure-python implementation of PhotonLib",
|
||||
long_description_content_type="text/markdown",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user