-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
[BUG] pip3 install IntuneCD installs not the latest version #204
Comments
I don't know why some Ubuntu Azure pipelines are not grabbing the latest version, it works if manually set but the latest one is not automatically grabbed. I think this is something that needs to be reported to MS. I have not been able to replicate this myself but I've seen others with the same issue |
And do you have any idea why an error message appears with install IntuneCD=2.3.3? Follow the error message
|
What happens if you run with |
pip3 install --no-cache-dir IntuneCD |
If your pipeline is not using the latest Ubuntu even when set to |
Describe the bug
pip3 install IntuneCD installs not the latest version but version 2.2.0
To Reproduce
if I use the ==version then this error occur
the latest version in the error message ist 2.3.0rc2
this issue also have my problem #191
I will try these workarounds
Expected behavior
if I use the 2.3.0rc2 Version, the installation is succesfull, but than I haver other errors which are fixed (presumably)
Run type (please complete the following information):
Additional context
I came from this project: ztrhgf/DevOps_Pipelines#9
The text was updated successfully, but these errors were encountered: