From 3c173b32eb8f368fe40799350db460f4d3deef13 Mon Sep 17 00:00:00 2001 From: Mikk155 Date: Sat, 10 Aug 2024 20:01:08 -0300 Subject: [PATCH] directly --upgrade --- .github/workflows/build.yaml | 12 ++++-------- requirements.txt | 1 - 2 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 requirements.txt diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8e50cb0..bd36dda 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,10 +21,8 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Installing Python - run: | - pip install --upgrade pip - pip install -r requirements.txt + - name: Installing MikkUtils + run: pip install MikkUtils --upgrade - name: Install pyinstaller run: pip install pyinstaller @@ -54,10 +52,8 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Installing Python - run: | - pip install --upgrade pip - pip install -r requirements.txt + - name: Installing MikkUtils + run: pip install MikkUtils --upgrade - name: Install pyinstaller run: pip install pyinstaller diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index ae39e66..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -MikkUtils==0.0.4