From 777cebc1441d1bce2b6acc34b855575d5a657cf5 Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Fri, 9 Dec 2022 11:07:17 +0800 Subject: [PATCH] ci: pin python version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49a6e96..35c3a42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.8' - name: Install dependencies run: pip install -r requirements.txt -r dev-requirements.txt - name: Setup git user