Skip to content

Bump numpy from 1.17.2 to 1.22.0 (#179) #602

Bump numpy from 1.17.2 to 1.22.0 (#179)

Bump numpy from 1.17.2 to 1.22.0 (#179) #602

name: Build and test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build --tag glenside .
# TODO(@gussmith23) Keep the list of features up to date
# TODO(@gussmith23) Can't test CPLEX in Github Actions
# TODO(@gussmith23) Can we optionally build the Docker w/ access to CPLEX?
- run: docker run glenside cargo test --no-default-features --features "run-on-github-actions tvm"