Description:
We noticed a while ago that some of our actions are failing due to failing import statements. After investigating, @BenjaminBossan managed to have a minimal reproducible which you can see here: BenjaminBossan/mops#10
Somehow pip install . doesn't properly install the package in site-packages with v4, while it does with v3. The PR linked above shows two actions, the difference being the version of setup-python, one passing the other one failing.
Action version:
v4
Platform:
Runner type:
Tools version:
Repro steps:
Explained here: BenjaminBossan/mops#10
Expected behavior:
Package should be installed properly.
Actual behavior:
Files are missing from the installation folder.
Description:
We noticed a while ago that some of our actions are failing due to failing
importstatements. After investigating, @BenjaminBossan managed to have a minimal reproducible which you can see here: BenjaminBossan/mops#10Somehow
pip install .doesn't properly install the package insite-packageswith v4, while it does with v3. The PR linked above shows two actions, the difference being the version ofsetup-python, one passing the other one failing.Action version:
v4
Platform:
Runner type:
Tools version:
Repro steps:
Explained here: BenjaminBossan/mops#10
Expected behavior:
Package should be installed properly.
Actual behavior:
Files are missing from the installation folder.