-
Notifications
You must be signed in to change notification settings - Fork 32
Fix unit tests #1462
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
Merged
Merged
Fix unit tests #1462
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9621aea
debug unit tests
YigitElma 4f4c5ef
more debugging
YigitElma 5db9c6c
update
YigitElma 27e9550
update
YigitElma 044afcc
add more debugging
YigitElma 72e3824
check if new action version caused this
YigitElma 005ee84
add more debugging. maybe the problem is 3.12.8
YigitElma a41e94e
more and more debugging
YigitElma 27ec9c7
try renaming the cached venv
YigitElma caf8d33
rename format
YigitElma d261f5d
try renaming, revert some other files
YigitElma 5e210bc
some minor changes
YigitElma 553507e
Merge branch 'master' into yge/fix-unit
YigitElma d785c8b
test with regression to see if it works
YigitElma c168cdb
test with regression to see if it works
YigitElma e70e0af
some minor changes
YigitElma e0005dc
specify python patch too for actions
YigitElma 21a1983
update script to see new cache work with other prs
YigitElma 455a918
revert the change
YigitElma 9770c24
try new method
YigitElma 5fdf157
try new method
YigitElma 1a54ac3
still trying
YigitElma 487782e
?
YigitElma 5768eef
apply
YigitElma cd6cf02
apply changes to all the actions
YigitElma bcc791b
Merge branch 'master' into yge/fix-unit
f0uriest 4001b97
Merge branch 'master' into yge/fix-unit
f0uriest File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of using
matrix.python-version
as the key why can't we use the actual version frompython --version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can. I don't know if the syntax will allow it, but that could resolve inconsistent Python version problem. However, we might need to clean some old cache created with older Python versions every 3-4 months.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw this problem will probably be solved when every Github runner starts using 3.12.8 and 3.11.11. For now, some of them use 3.12.7 and this causes the issue. They made some security changes regarding the
venv
activation with the latest patch