Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ARM CI fix#2256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
lostmsu merged 1 commit intopythonnet:masterfromlosttech:arm-fix
Oct 4, 2023
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions.github/workflows/ARM.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,25 +27,25 @@ jobs:

- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pytest numpy # for tests
pip3.8 install -r requirements.txt
pip3.8 install pytest numpy # for tests

- name: Build and Install
run: |
pip install -v .
pip3.8 install -v .

- name: Set Python DLL path (non Windows)
run: |
echo PYTHONNET_PYDLL=$(python -m find_libpython) >> $GITHUB_ENV
echo PYTHONNET_PYDLL=$(python3.8 -m find_libpython) >> $GITHUB_ENV

- name: Embedding tests
run: dotnet test --logger "console;verbosity=detailed" src/embed_tests/

- name: Python Tests (Mono)
run:python -m pytest --runtime mono
run:python3.8 -m pytest --runtime mono

- name: Python Tests (.NET Core)
run:python -m pytest --runtime coreclr
run:python3.8 -m pytest --runtime coreclr

- name: Python tests run from .NET
run: dotnet test src/python_tests_runner/
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp