Skip to content

Commit

Permalink
use dev file for pytests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Nov 16, 2023
1 parent ebaddbc commit f9b1ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
branches: [ main ]
paths:
- flowermd/**
- environment.yml
- environment-dev.yml
- .github/workflows/pytest.yml
pull_request:
branches: [ main ]
paths:
- flowermd/**
- environment.yml
- environment-dev.yml
- .github/workflows/pytest.yml
# Allows workflow to be manually triggered
workflow_dispatch:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build environment
uses: conda-incubator/setup-miniconda@v2
with:
environment-file: environment.yml
environment-file: environment-dev.yml
miniforge-variant: Mambaforge
miniforge-version: 4.9.2-4
use-mamba: true
Expand Down

0 comments on commit f9b1ff4

Please sign in to comment.