Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder authored Aug 4, 2023
1 parent 26dfba7 commit 0b14bb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install python modules
run: |
$CONDA/bin/conda install pytest lxml tixi3 -c dlr-sc
$CONDA/bin/conda create --name cpacs python=3.10 pytest lxml tixi3 -c dlr-sc
$CONDA/bin/conda activate cpacs
- name: Conda info
run: |
$CONDA/bin/conda info
Expand Down

0 comments on commit 0b14bb2

Please sign in to comment.