Skip to content

Commit

Permalink
Add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulocracy committed Sep 26, 2024
1 parent 1b38e72 commit ef029cb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI Test

on: [push, pull_request]
workflow_dispatch:

jobs:
build-linux:
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ef029cb

Please sign in to comment.