Skip to content

Move file

Move file #5

Workflow file for this run

on: [push, pull_request]
env:
PYTHON_MINIMUM_VERSION: "3.12"
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: dx2-env
environment-file: dx2-env.yml
- run: |
conda info
conda list