From f309cc6d5de14e03211a57b68de557764aad6412 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 26 Mar 2022 12:55:32 +0200 Subject: [PATCH 1/5] Allow testing feature branches, and add button to trigger manual builds --- .github/workflows/tests.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 19f62eb..56e3d64 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,12 +1,6 @@ name: Tests -on: - push: - branches: - - master - pull_request: - branches: - - master +on: [push, pull_request, workflow_dispatch] jobs: build_ubuntu: From f3a484857a12d4c317998fa6333e74ad567ed6eb Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 26 Mar 2022 12:58:37 +0200 Subject: [PATCH 2/5] Test Python 3.11-dev --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56e3d64..ae4a29e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,6 +11,7 @@ jobs: - '3.8' - '3.9' - '3.10' + - '3.11-dev' name: ${{ matrix.python }} runs-on: ubuntu-latest steps: From 3a4697635673d0ed234688e8ebda7af927c4a7c8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 26 Mar 2022 13:00:00 +0200 Subject: [PATCH 3/5] Bump actions to v3 and cache pip --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae4a29e..bcf9d41c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,10 +15,12 @@ jobs: name: ${{ matrix.python }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-python@v3 with: python-version: ${{ matrix.python }} + cache: pip + cache-dependency-path: ".github/workflows/tests.yml" - name: setup run: | python --version From 8325934d95f378d08d84b85b955c1b0a318a37f6 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 5 Jul 2022 23:14:26 +0300 Subject: [PATCH 4/5] Bump action to v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bcf9d41c..86130fd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} cache: pip From 938e89ceb259d09bbcbf699f92dacbdb40671995 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 27 Oct 2022 17:32:06 +0300 Subject: [PATCH 5/5] Replace 3.11-dev with 3.11 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86130fd..98f0cf1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: - '3.8' - '3.9' - '3.10' - - '3.11-dev' + - '3.11' name: ${{ matrix.python }} runs-on: ubuntu-latest steps: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy