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

Support python>=3.7 #500

Merged
merged 2 commits into from
Jun 15, 2022
Merged

Support python>=3.7 #500

merged 2 commits into from
Jun 15, 2022

Conversation

mkundu1
Copy link
Contributor

@mkundu1 mkundu1 commented Jun 14, 2022

No description provided.

@mkundu1 mkundu1 linked an issue Jun 14, 2022 that may be closed by this pull request
@mkundu1 mkundu1 force-pushed the maint/python-requires branch from aadbe59 to 59d7af7 Compare June 14, 2022 14:41
@@ -3,6 +3,7 @@ style:
@pre-commit run --all-files --show-diff-on-failure

install:
@pip uninstall ansys-api-fluent -y
Copy link
Contributor Author

@mkundu1 mkundu1 Jun 14, 2022

Choose a reason for hiding this comment

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

This seems to be required to fix a build issue in the self hosted runner. The python installation is shared accross the runs and ansys-api-fluent from the previous run is not fully cleaned up. So in the next run the installation of ansys-api-fluent is skipped and remains corrupted. This is probably due to the compiled python files are generated during the build process which should go away when we'll use the .whl package from PyPI.

This issue doesn't occur in github runner as it has a fresh python installation.

@mkundu1 mkundu1 enabled auto-merge (squash) June 14, 2022 16:56
@mkundu1 mkundu1 disabled auto-merge June 15, 2022 01:21
@mkundu1 mkundu1 merged commit 9c230d3 into main Jun 15, 2022
@mkundu1 mkundu1 deleted the maint/python-requires branch June 15, 2022 01:21
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.

Python Requires Update
2 participants