From 70a703a98b963a872ec62fcea549a485f21f1f50 Mon Sep 17 00:00:00 2001 From: Saptak S Date: Fri, 21 Apr 2023 02:19:14 +0530 Subject: Fixes qrcode image_factory --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7caadfda..0e26bb58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,13 +17,7 @@ jobs: - name: Install python uses: actions/setup-python@v4 with: - python-version: '3.10' - - - name: Check python path - run: which python - - - name: Check python path - run: python --version + python-version: '3.10.11' - name: Install poetry run: C:\hostedtoolcache\windows\Python\3.10.11\x64\python -m pip install poetry -- cgit v1.2.3-54-g00ecf