File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : Tests (nightly)
2
2
3
3
on :
4
- pull_request :
5
- branches :
6
- - main
7
- push :
8
- branches :
9
- - main
10
- tags :
11
- - ' *'
4
+ workflow_dispatch :
5
+ inputs :
6
+ jl_version :
7
+ description : Julia version (e.g. nightly or ~1.9.0-0)
8
+ required : true
9
+ default : nightly
12
10
13
11
jobs :
14
12
tests :
24
22
- uses : actions/checkout@v2
25
23
- uses : julia-actions/setup-julia@v1
26
24
with :
27
- version : ${{ matrix.jlversion }}
25
+ version : ${{ inputs.jl_version }}
28
26
arch : ${{ matrix.arch }}
29
27
- uses : actions/cache@v1
30
28
env :
Original file line number Diff line number Diff line change 53
53
strategy :
54
54
matrix :
55
55
os : [ubuntu-latest, windows-latest, macos-latest]
56
- pyversion : ["3.7", "3.10 "]
56
+ pyversion : ["3.7", "3.11 "]
57
57
steps :
58
58
- uses : actions/checkout@v3
59
59
- name : Set up Python ${{ matrix.pyversion }}
Original file line number Diff line number Diff line change 4
4
[ ![ Stable Documentation] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://cjdoris.github.io/PythonCall.jl/stable )
5
5
[ ![ Dev Documentation] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://cjdoris.github.io/PythonCall.jl/dev )
6
6
[ ![ Tests] ( https://github.com/cjdoris/PythonCall.jl/actions/workflows/tests.yml/badge.svg )] ( https://github.com/cjdoris/PythonCall.jl/actions/workflows/tests.yml )
7
- [ ![ Tests (nightly)] ( https://github.com/cjdoris/PythonCall.jl/actions/workflows/tests-nightly.yml/badge.svg )] ( https://github.com/cjdoris/PythonCall.jl/actions/workflows/tests-nightly.yml )
8
7
[ ![ Codecov] ( https://codecov.io/gh/cjdoris/PythonCall.jl/branch/main/graph/badge.svg?token=A813UUIHGS )] ( https://codecov.io/gh/cjdoris/PythonCall.jl )
9
8
[ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/PythonCall.svg )] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/PythonCall.html )
10
9
You can’t perform that action at this time.
0 commit comments