diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-31 22:45:35 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-31 22:45:35 -0700 |
commit | 1295cc00950c9c6b711fc82ef5492448a1be8caf (patch) | |
tree | 9b63c9cd4f132c2bac6d3707aedbca0e2f3d1533 /.github/workflows/main.yaml | |
parent | 4d5c6eb0799e1a0c1af8ee8203e39c9213d1c366 (diff) | |
download | sncontinue-1295cc00950c9c6b711fc82ef5492448a1be8caf.tar.gz sncontinue-1295cc00950c9c6b711fc82ef5492448a1be8caf.tar.bz2 sncontinue-1295cc00950c9c6b711fc82ef5492448a1be8caf.zip |
fix requirements.txt path
Diffstat (limited to '.github/workflows/main.yaml')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 03113421..26d0d768 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -34,7 +34,7 @@ jobs: - name: Install Dependencies run: | - pip install -r requirements.txt pyinstaller + pip install -r continuedev/requirements.txt pyinstaller - run: pyinstaller run.py |