From c01032d572c7a6dc46b0ee4de30e05ba4b3ca678 Mon Sep 17 00:00:00 2001 From: Florian Rupprecht Date: Mon, 14 Oct 2024 14:10:18 -0400 Subject: [PATCH] Attempt ci sdist fix --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 93c8d84..508abaa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -142,6 +142,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: 3.x - name: Build sdist uses: PyO3/maturin-action@v1 with: