Skip to content

Fb add nlp demand forecast #9

Fb add nlp demand forecast

Fb add nlp demand forecast #9

Workflow file for this run

name: Python application
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
example-3:
name: Ex3 Linux
runs-on: "ubuntu-latest"
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: anaconda-client-env
environment-file: environment_mini.yml
python-version: 3.9
# condarc-file: etc/example-condarc.yml
auto-activate-base: false
- run: |
conda info
conda list