Skip to content

Commit

Permalink
don't run nightly tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Jul 26, 2023
1 parent 7af2b30 commit 09349f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/tests-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Tests (nightly)

on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- '*'
workflow_dispatch:
inputs:
jl_version:
description: Julia version (e.g. nightly or ~1.9.0-0)
required: true
default: nightly

jobs:
tests:
Expand All @@ -24,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.jlversion }}
version: ${{ inputs.jl_version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
pyversion: ["3.7", "3.10"]
pyversion: ["3.7", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.pyversion }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://cjdoris.github.io/PythonCall.jl/stable)
[![Dev Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://cjdoris.github.io/PythonCall.jl/dev)
[![Tests](https://github.com/cjdoris/PythonCall.jl/actions/workflows/tests.yml/badge.svg)](https://github.com/cjdoris/PythonCall.jl/actions/workflows/tests.yml)
[![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)
[![Codecov](https://codecov.io/gh/cjdoris/PythonCall.jl/branch/main/graph/badge.svg?token=A813UUIHGS)](https://codecov.io/gh/cjdoris/PythonCall.jl)
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/PythonCall.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/PythonCall.html)

Expand Down

0 comments on commit 09349f4

Please sign in to comment.