Skip to content

stuff i forgot to push #1010

stuff i forgot to push

stuff i forgot to push #1010

Workflow file for this run

name: Tests
on:
push:
pull_request:
branches: [master]
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Set up Python 3.12
uses: actions/setup-python@v1
with:
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install robotpy
python3 -m robotpy sync
- name:
run: |
python3 -m robotpy test