Skip to content

Fix numpy version

Fix numpy version #52

Workflow file for this run

name: Test
on: [ push, pull_request ]
jobs:
test:
# TODO: add a docker-image
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v2
- name: 'Build Docker image'
run: docker build -t hyperstyle-analysis-prod .
- name: 'Run diff templates tests'
run: docker run hyperstyle-analysis-prod :templates:filter_by_diff_tests
- name: 'Run freq templates tests'
run: docker run hyperstyle-analysis-prod :templates:search_by_freq_tests
- name: 'Run preprocessing tests'
run: docker run hyperstyle-analysis-prod :preprocessing:preprocess_submissions_tests
- name: 'Run jba tests'
run: docker run hyperstyle-analysis-prod :jba:data_processing_tests
- name: 'Run data labelling tests'
run: docker run hyperstyle-analysis-prod :data_labelling:data_labelling_hyperstyle_tests