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 1e0ec29 commit 847ff1e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
- run: |
conda info
conda list
- run: conda create -n myenv python=3.9
- run: conda activate myenv
- name: Create new conda environment
- run: conda create -n cpacs python=3.9
- name: Activate new conda environment
- run: conda activate cpacs
- name: Install python modules
- run: conda install pytest lxml tixi3 -c dlr-sc
- name: Run pytest
- run: pytest

0 comments on commit 847ff1e

Please sign in to comment.