Skip to content

Commit a2a84de

Browse files
committedMay 11, 2022
ci: use latest version of Maturin
1 parent d13823d commit a2a84de

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎.github/workflows/pipeline.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- name: Set up Python 3.8
4444
uses: actions/setup-python@v2
4545
with:
46-
python-version: 3.8
46+
python-version: "3.8"
4747
- name: Install Poetry and Maturin
4848
run: |
49-
pip install poetry maturin==0.9.4
49+
pip install poetry maturin
5050
- name: Build Momba
5151
run: |
5252
mkdir artifacts
@@ -58,7 +58,6 @@ jobs:
5858
- name: Build Engine
5959
run: |
6060
cd engine
61-
rustup update stable
6261
maturin build --manylinux=off --no-sdist --out ../artifacts -i $(which python)
6362
- uses: actions/upload-artifact@v2
6463
with:
@@ -74,7 +73,7 @@ jobs:
7473
- name: Set up Python 3.8
7574
uses: actions/setup-python@v2
7675
with:
77-
python-version: 3.8
76+
python-version: "3.8"
7877
- name: Download artifacts
7978
uses: actions/download-artifact@v2
8079
with:

0 commit comments

Comments
 (0)
Please sign in to comment.