Skip to content

Commit

Permalink
ci: use latest version of Maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed May 11, 2022
1 parent d13823d commit a2a84de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.8"
- name: Install Poetry and Maturin
run: |
pip install poetry maturin==0.9.4
pip install poetry maturin
- name: Build Momba
run: |
mkdir artifacts
Expand All @@ -58,7 +58,6 @@ jobs:
- name: Build Engine
run: |
cd engine
rustup update stable
maturin build --manylinux=off --no-sdist --out ../artifacts -i $(which python)
- uses: actions/upload-artifact@v2
with:
Expand All @@ -74,7 +73,7 @@ jobs:
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.8"
- name: Download artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit a2a84de

Please sign in to comment.