Compare commits

..

No commits in common. "18dec91847a39a2d6ab49cdcefdb637a33829b63" and "9fce8ba796c86957834b63523e4dab23152b9ca9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ RUN cd /srv/fedora-image-uploader-messages && hatchling build -d /srv/dist/ --ta
# Currently LISA isn't on PyPI, but I'm working on it
RUN git clone https://github.com/microsoft/lisa.git /srv/lisa
WORKDIR /srv/lisa
RUN git checkout 20260521.1 && \
RUN git checkout 20260330.1 && \
git config --global user.email "cloud@lists.fedoraproject.org" && \
git config --global user.name "Fedora Cloud SIG" && \
sed -i 's/PyGObject <= 3.50.0/PyGObject <= 3.55.0/g' pyproject.toml && \

View file

@ -27,7 +27,7 @@ aws = [
]
azure = [
"azure-identity",
"azure-mgmt-compute ~= 37.2.0",
"azure-mgmt-compute",
"azure-storage-blob",
]
gcp = [