forked from juliotux/astropop
-
Notifications
You must be signed in to change notification settings - Fork 4
41 lines (35 loc) · 1.13 KB
/
ci_devdeps.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: CI (Development Deps)
on:
push:
branches:
- main
- 'v*'
tags:
- '*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
allowed_failures:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
if: "!(contains(github.event.head_commit.message, '[skip ci]') || contains(github.event.head_commit.message, '[ci skip]'))"
with:
cache-path: ~/.astropy
cache-key: ${{ github.ref }}-${{ matrix.toxenv }}-astropycache
libraries: |
apt:
- tzdata
- libopenblas-base
- libopenblas-dev
envs: |
- name: (Allowed Failure) Python 3.12 with dev version of deps
linux: py313-test-devdeps-online
python-version: 3.13-dev
- name: (Allowed Failure) Python 3.13 with dev version of deps
linux: py313-test-devdeps-online
python-version: 3.12
- macos: py312-test-online
cache-key: ${{ github.ref }}-py312mac-astropycache
- windows: py312-test-online
cache-key: ${{ github.ref }}-py312win-astropycache