Commit 1d646683 authored by Mikhail Chaikovskii's avatar Mikhail Chaikovskii
Browse files

yml 3

Showing with 2 additions and 7 deletions
+2 -7
......@@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9.16
- name: Set up Python 3.10.8
uses: actions/setup-python@v3
with:
python-version: 3.9.16
python-version: 3.10.8
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
......@@ -38,11 +38,6 @@ jobs:
run: |
pip3 install -e .
- name: Install Chrono
run: |
wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1_oR7JfL4ct6Y0PL4Zpvb2Rbj85jYLT1b' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1_oR7JfL4ct6Y0PL4Zpvb2Rbj85jYLT1b" -O chrono_pckg_anaconda.tar.bz2 && rm -rf /tmp/cookies.txt
conda install chrono_pckg_anaconda.tar.bz2
- name: Test with pytest
run: |
pytest tests/test_simstep.py tests/test_graph.py
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment