Skip to content

Bump actions/checkout from 3 to 4 #83

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #83

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
name: Running python ${{ matrix.python-version }} on ${{matrix.os}}
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10", "3.11"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Update pip + setuptools
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install ptr
- name: Run CI
env:
pythonioencoding: utf-8
run: |
ptr