-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* attempt to solve build issue * for further details see also: #94 (comment)
- Loading branch information
StefanGreve
committed
Aug 8, 2023
1 parent
347cc59
commit 08ebec0
Showing
1 changed file
with
2 additions
and
1 deletion.
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
The build now works locally even without the
--no-isolation
flag, but some users reported that GitHub actions could still fail in case of its absence (pypa/build#426), which is why I added it here just to be safe.