From c28dee6c0461ceaca4af359bec8d4d7ff8c452f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20S=2E=20Dokken?= Date: Tue, 5 Dec 2023 11:29:59 +0100 Subject: [PATCH] Pin stable CI --- .github/workflows/test_stable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_stable.yml b/.github/workflows/test_stable.yml index eb2db40..b66813b 100644 --- a/.github/workflows/test_stable.yml +++ b/.github/workflows/test_stable.yml @@ -22,7 +22,8 @@ jobs: - name: Checkout at last working position uses: actions/checkout@v4 with: - ref: ${{ github.ref }} # once backward compatibility is broken this should be pinned to a release + ref: v1.0.0 + # ${{ github.ref }} # once backward compatibility is broken this should be pinned to a release - name: Install oasisx run: python3 -m pip install .[test,docs]