Skip to content

Updates the dependencies on numpy #2

Updates the dependencies on numpy

Updates the dependencies on numpy #2

name: Data preprocessing env builds (conda, python 3.8)
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Preprocessing env builds
run: |
conda env create -f environment.data_preprocessing.yml