Fix CI issues. (#572)

* switch to recent staging compiler as default for CI

* fix the baseline query

* roll back sqlalchemy to version 1.4.46

[ROCm/composable_kernel commit: f73574ffdd]
This commit is contained in:
Illia Silin
2023-02-06 11:15:45 -08:00
committed by GitHub
parent 0a10e62da9
commit 4ea609fc27
3 changed files with 13 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ RUN dpkg -i dumb-init_*.deb && rm dumb-init_*.deb
ARG PREFIX=/opt/rocm
# Install packages for processing the performance results
RUN pip3 install --upgrade pip
RUN pip3 install sqlalchemy
RUN pip3 install sqlalchemy==1.4.46
RUN pip3 install pymysql
RUN pip3 install pandas
RUN pip3 install setuptools-rust