From 6ec4083b8cde8345a482074adf0a510ddee20cf9 Mon Sep 17 00:00:00 2001 From: MarAlder <43143741+MarAlder@users.noreply.github.com> Date: Fri, 4 Aug 2023 10:16:09 +0200 Subject: [PATCH] Update run_tests.yml --- .github/workflows/run_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 4ced5c2..e5dac2a 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -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 @@ -19,4 +19,4 @@ jobs: conda install pytest lxml tixi3 -c dlr-sc - name: Install and test run: | - pytest -q ./scripts/tests/ + pytest