Skip to content

PySoftK-testing

PySoftK-testing #3

Workflow file for this run

name: "Example 1: Basic usage"
# Controls when the workflow will run
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
example-2-linux:
# prevent cronjobs from running on forks
if:
(github.event_name == 'schedule' && github.repository ==
'conda-incubator/setup-miniconda') || (github.event_name != 'schedule')
name: Ex2 Linux
runs-on: "ubuntu-latest"
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: ./
with:
miniconda-version: "latest"
activate-environment: foo
- name: Bash
run: |
conda info
conda list