Skip to content

Update environment.yml #299

Update environment.yml

Update environment.yml #299

Workflow file for this run

name: build
on:
# [push]
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-packages:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- uses: actions/checkout@v2
- name: Setup miniconda with python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: compas_slicer
environment-file: environment.yml
python-version: 3.7
auto-activate-base: false
auto-update-conda: true
- name: Conda info
run: conda info