Skip to content

Merge pull request #49 from MarcoGorelli/bump-version #80

Merge pull request #49 from MarcoGorelli/bump-version

Merge pull request #49 from MarcoGorelli/bump-version #80

name: Remote polars version check
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
env:
RUSTFLAGS: "-Dwarnings"
jobs:
polars_version_check:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64]
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Check polars version used by the remote cookiecutter template
run: python check_polars_version.py