From d98effd0de1493a4e6894ce72503c5fad38a27e9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Mar 2023 14:10:24 +0100 Subject: pin Python version --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e092409..10bf121 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,6 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' cache: pip - name: Install dependencies run: pip install -q -r requirements.txt @@ -138,8 +137,6 @@ jobs: uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v4 - with: - python-version: '3.10' - name: Verify package can be installed run: pip install -q . - name: Install package builder -- cgit v1.2.3