From 8ce427aa414ef06fd69c0fe7d7fdcbe56d241ff1 Mon Sep 17 00:00:00 2001 From: AdrianSosic Date: Wed, 30 Oct 2024 07:59:13 +0100 Subject: [PATCH] Remove outdated comments --- .github/workflows/ci.yml | 5 ----- .github/workflows/regular.yml | 6 ------ 2 files changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d554bd06e..ac2749d97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,3 @@ -# NOTES: -# - The map syntax used for matrix is flagged red but actually works -# - This runs everything in Python 3.12, except the fulltest which is also run in 3.10 -# - Only coretest and fulltest environments are cached due to space limit - name: Continuous Integration on: push: diff --git a/.github/workflows/regular.yml b/.github/workflows/regular.yml index 5063f3f86..3a62cd6b6 100644 --- a/.github/workflows/regular.yml +++ b/.github/workflows/regular.yml @@ -1,9 +1,3 @@ -# NOTES: -# - The map syntax used for matrix is flagged red but actually works -# - This runs everything in Python 3.10, 3.11 and 3.12 -# - Environments are **not** cached in order to perform a full end-to-end test -# (and due to space limit) - name: Regular Checks on: schedule: