Skip to content

Conversation

@jorgepiloto
Copy link
Member

This pull-request generates wheelhouse artifacts during CI/CD runs. Fixes the errors raised in https://github.com/ansys-internal/pyworkbench/actions/runs/6164079774/job/16729098365

@github-actions github-actions bot added maintenance Package and maintenance related bug Something isn't working labels Sep 12, 2023
@franknli
Copy link
Collaborator

@jorgepiloto Shall we make the "Release" step depend on the new "Build wheelhouse" step?


build-wheelhouse:
name: "Build wheelhouse for latest Python versions"
runs-on: ${{ matrix.os }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
needs: [code-style]


build-library:
name: "Build library"
runs-on: ubuntu-latest
Copy link
Contributor

Choose a reason for hiding this comment

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

may be we can remove needs codestyle, and build libraray after wheelhouse and docs build

@franknli franknli merged commit d8f8b5c into main Sep 16, 2023
@franknli franknli deleted the fix/ci-jobs branch September 16, 2023 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants