Skip to content

Pin biopython<1.86 for python-apollo compat, simplify diagnostic #389

Pin biopython<1.86 for python-apollo compat, simplify diagnostic

Pin biopython<1.86 for python-apollo compat, simplify diagnostic #389

Workflow file for this run

name: Apollo CI
on:
push:
branches: [develop, apollo_g7]
pull_request:
branches: [develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Compile and type-check
run: ./gradlew classes
- name: Compile GWT
run: ./gradlew compileGwt
- name: Run tests
run: ./gradlew test