Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Fix (Hotfix) (Issue #68) #86

Merged
merged 8 commits into from
Dec 6, 2023
4 changes: 2 additions & 2 deletions .github/workflows/CI_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tostadas CI
on:
pull_request:
types: [opened, reopened]
branches: [master]
branches: [master, dev]

jobs:
build:
Expand All @@ -30,6 +30,6 @@ jobs:
run: |
source $HOME/mambaforge/etc/profile.d/conda.sh
conda activate
mamba env create -f tests/test_env.yml python=3.9
mamba env create -f tests/test_env.yml
conda activate tostadas_tests
pytest -p no:warnings tests/test_main.py