From 0f5fab6d2799edc196f9bd5b20f7bd7a5981fac3 Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Thu, 17 Oct 2024 13:08:59 -0400 Subject: [PATCH] Set python version --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f243c6..466b2a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: - "3.12" steps: - uses: actions/checkout@v3 + - run: echo "${{ matrix.python-version }}" > .python-version - uses: actions/setup-python@v5 with: python-version-file: ".python-version"