Skip to content

Commit

Permalink
Merge branch 'main' into refactor-entities
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n authored Jun 11, 2024
2 parents 075782a + 977fa89 commit 808e823
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auth-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Chrome
run: |
sudo apt-get install -y wget
wget -O chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.198-1_amd64.deb
wget -O chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i chrome.deb
rm chrome.deb
Expand All @@ -56,4 +56,4 @@ jobs:

- name: Run client integration tests
working-directory: .
run: sh cli/auth_tests.sh -f
run: sh cli/auth_tests.sh -f
8 changes: 4 additions & 4 deletions scripts/monitor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas
textual
pyperclip
PyYAML
pandas==2.1.0
textual==0.46.0
pyperclip==1.8.2
PyYAML==6.0.1
2 changes: 1 addition & 1 deletion scripts/monitor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="rano-monitor",
version="0.0.0",
version="0.0.1",
description="TUI for monitoring medperf datasets",
url="https://github.com/mlcommons/medperf",
author="MLCommons",
Expand Down

0 comments on commit 808e823

Please sign in to comment.