Skip to content

Commit

Permalink
call fre pp chekcout directly...
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaflott committed Oct 30, 2024
1 parent 2f4a4db commit 82e21f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_test_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:
# quick info i want to know DELETE ME
echo "------------------------------------------------------------------------------"
ls ~
cd ~
pwd
# run pytest
echo "------------------------------------------------------------------------------"
fre pp checkout -e FOO -p BAR -t BAZ
cd ~/cylc-src/FOO__BAR__BAZ && pwd && cd -
pytest -v -v --junit-xml=pytest_results.xml --config-file=fre/pytest.ini --cov-config=fre/coveragerc --cov-report=xml --cov=fre fre/
ls ~
Expand Down

0 comments on commit 82e21f7

Please sign in to comment.