From 6829629f287ad84f3884ae541d517d363f1cc38b Mon Sep 17 00:00:00 2001 From: Caleb White Date: Tue, 2 Jan 2024 07:52:26 -0600 Subject: [PATCH] Pin python at 3.10 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa753f14..3b418e64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,5 +20,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 + - uses: actions/setup-python@v4 + with: + python-version: '3.10' - run: npm install - run: npm test