Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Aug 4, 2023
1 parent ec33642 commit 6ec4083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: 3.9
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
Expand All @@ -19,4 +19,4 @@ jobs:
conda install pytest lxml tixi3 -c dlr-sc
- name: Install and test
run: |
pytest -q ./scripts/tests/
pytest

0 comments on commit 6ec4083

Please sign in to comment.