Skip to content

Commit 0192114

Browse files
cirrus test
1 parent bda0872 commit 0192114

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.cirrus.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ task:
2727
build_script:
2828
- sudo cp physac/src/physac.h /usr/local/include/
2929
- sudo cp raygui/src/raygui.h /usr/local/include/
30-
- /opt/homebrew/bin/python@${PY_VER} -m pip install --upgrade pip
31-
- /opt/homebrew/bin/python@${PY_VER} -m pip install cffi
32-
- /opt/homebrew/bin/python@${PY_VER} -m pip install setuptools
33-
- /opt/homebrew/bin/python@${PY_VER} -m pip install wheel
34-
- /opt/homebrew/bin/python@${PY_VER} setup.py bdist_wheel
30+
- /opt/homebrew/bin/python${PY_VER} -m pip install --upgrade pip
31+
- /opt/homebrew/bin/python${PY_VER} -m pip install cffi
32+
- /opt/homebrew/bin/python${PY_VER} -m pip install setuptools
33+
- /opt/homebrew/bin/python${PY_VER} -m pip install wheel
34+
- /opt/homebrew/bin/python${PY_VER} setup.py bdist_wheel
3535
artifacts:
3636
path: "dist/*"

0 commit comments

Comments
 (0)