Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add modules tests workflow - IGNORE #1416

Closed
wants to merge 3 commits into from
Closed

add modules tests workflow - IGNORE #1416

wants to merge 3 commits into from

Conversation

shohamazon
Copy link
Member

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@shohamazon shohamazon requested a review from a team as a code owner May 15, 2024 13:17
@shohamazon shohamazon changed the title add modules tests workflow add modules tests workflow - IGNORE May 15, 2024
paths:
- ./python/python/*
- .github/workflows/python-modules.yml
- .github/workflows/start-self-hosted-runner/action.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you want to run it on this action?

@@ -0,0 +1,104 @@
name: Python Modules Testing

on:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about push?

python -m pip install --upgrade pip
pip install flake8 isort black mypy-protobuf

- name: Lint with isort
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it not going to activate the lint action anyway?

- name: Build Python wrapper
uses: ./.github/workflows/build-python-wrapper
with:
os: "ubuntu"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are running on arm

os: "ubuntu"
target: "x86_64-unknown-linux-gnu"
github-token: ${{ secrets.GITHUB_TOKEN }}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same - is it not running on any py pr?

@shohamazon shohamazon force-pushed the modules_ci branch 15 times, most recently from c3b26df to 3e99fdf Compare May 19, 2024 08:05
@shohamazon shohamazon force-pushed the modules_ci branch 7 times, most recently from 727ce93 to fa2b200 Compare May 20, 2024 07:14
@shohamazon shohamazon closed this May 21, 2024
@shohamazon shohamazon deleted the modules_ci branch May 21, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants