diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index ddcbaa5..f3d0c52 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -1,6 +1,7 @@ name: CI Test on: [push, pull_request] +workflow_dispatch: jobs: build-linux: @@ -14,8 +15,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install uv - uv pip install -r requirements.txt - name: Install CNApy run: | python setup.py install @@ -34,8 +33,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install uv - uv pip install -r requirements.txt - name: Install CNApy run: | python setup.py install @@ -54,8 +51,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install uv - uv pip install -r requirements.txt - name: Install CNApy run: | python setup.py install