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