Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
itmo-sai-code
rostok
Commits
1d646683
Commit
1d646683
authored
1 year ago
by
Mikhail Chaikovskii
Browse files
Options
Download
Email Patches
Plain Diff
yml 3
parent
988b2e27
master
app_with_pictures
article3-accurate-mass-geometric
article3-exception
article3-mcts-tree-random
article3-parallel_core
article3-shaker-and-show-results
article3-tune_hyperparameters
article_3
article_3_K
article_3_add_optimizer_holy_3
article_3_k2_hull
article_3_k_parallel
article_force_Kirill
article_learning
article_trajectories
builder_update
feature/golem_casessss
feature/paralel_script_for_run
feature/split_my_shue
feature/tendon_controller1
fix-readme-badges
fix/length_fix
fix_examples_grasping
functional_controller
graph-heurisric-search
optimzation/logging
prototype/tendon_ext_force
test_designs
test_run
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/python-package-conda.yml
+2
-7
.github/workflows/python-package-conda.yml
with
2 additions
and
7 deletions
+2
-7
.github/workflows/python-package-conda.yml
View file @
1d646683
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help