Skip to content

Commit

Permalink
Merge branch '517-clean-up-requirements' of github.com:SINTEF/dlite i…
Browse files Browse the repository at this point in the history
…nto 517-clean-up-requirements
  • Loading branch information
jesper-friis committed Aug 15, 2023
2 parents 969f101 + e0a4544 commit 7d1f7f5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci_build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,7 @@ jobs:
python -m pip install -U pip
- name: Install rust, cargo and poetry (needed by Pydantic v2)
#run: >
# python -c 'import sys, subprocess; if sys.platform.startswith("linux"): subprocess.run("
# sudo apt-get install curl &&
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y &&
# source $HOME/.cargo/env &&
# python -m pip install -U poetry
# ", check=True, shell=True)'
#run: |
# python -c "import sys, subprocess; sys.platform.startswith(\"linux\") and subprocess.run(\"sudo apt install -y rustc cargo && python -m pip install -U poetry\", check=True, shell=True)"
run: |
pwd
ls
python .github/install_rust.py
- name: Install cibuildwheel
run: |
Expand Down

0 comments on commit 7d1f7f5

Please sign in to comment.