From 19ee4da7df2821c84722b794c87c7d0d756631ba Mon Sep 17 00:00:00 2001 From: xhlove Date: Sat, 19 Feb 2022 12:19:28 +0800 Subject: [PATCH] update --- .github/workflows/dev_release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dev_release.yml b/.github/workflows/dev_release.yml index b49b39c..82049d2 100644 --- a/.github/workflows/dev_release.yml +++ b/.github/workflows/dev_release.yml @@ -31,8 +31,6 @@ jobs: python-version: 3.7.5 - name: upgrade pip run: python -m pip install --upgrade pip - - name: install requirements.txt - run: pip install -r requirements.txt - name: install pyinstaller run: pip install pyinstaller - name: run pyinstaller command