Skip to content

Bump the ci-dependencies group across 1 directory with 3 updates #1571

Bump the ci-dependencies group across 1 directory with 3 updates

Bump the ci-dependencies group across 1 directory with 3 updates #1571

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
exclude:
- os: windows-latest
python-version: "3.11"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_NIXTLA_TMP }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_NIXTLA_TMP }}
steps:
- name: Clone repo
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up environment
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # 5.2.0
with:
python-version: ${{ matrix.python-version }}
- name: Install pip requirements
run: >
pip install uv &&
uv pip install --system -i https://download.pytorch.org/whl/cpu torch &&
uv pip install --system ".[dev]"
- name: Tests
run: nbdev_test --do_print --timing --n_workers 0 --flags polars