WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

fix: bumping github actions rust templates (#605) #1216

fix: bumping github actions rust templates (#605)

fix: bumping github actions rust templates (#605) #1216

Workflow file for this run

---
name: pytest
"on":
push:
branches:
- main # Set a branch to deploy
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Running pytest
run: |
python --version
python -m pip install --quiet --no-cache-dir --upgrade uv
uv run python -m pytest -m 'not network'