Skip to content

Commit

Permalink
rm installing CWB from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ausgerechnet committed Nov 27, 2024
1 parent a23c289 commit 6550e68
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & test using current Python versions
name: Test

on: [workflow_dispatch, push]

Expand All @@ -14,13 +14,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install CWB
run: |
sudo apt-get install libncurses5-dev
wget https://kumisystems.dl.sourceforge.net/project/cwb/cwb/cwb-3.5/deb/cwb_3.5.0-1_amd64.deb
wget https://master.dl.sourceforge.net/project/cwb/cwb/cwb-3.5/deb/cwb-dev_3.5.0-1_amd64.deb
sudo apt-get install ./cwb_3.5.0-1_amd64.deb
sudo apt-get install ./cwb-dev_3.5.0-1_amd64.deb
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -29,14 +22,6 @@ jobs:
run: |
python -m pip install --upgrade pip
make install
- name: Lint
continue-on-error: true
run: |
make lint
- name: Build
run: |
make compile
make build
- name: Test
run: |
make test

0 comments on commit 6550e68

Please sign in to comment.