Skip to content

Commit

Permalink
Update ci.yml (#293)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Update requirements_test.txt

* Update requirements_test.txt
  • Loading branch information
Vaishaal authored Jul 17, 2024
1 parent b84ddbe commit 69c9235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install
run: |
mkdir $HOME/.aws/
wget https://gist.githubusercontent.com/Vaishaal/f109bfab6a194a93040ae2a19b6be251/raw/7d8026ae234d77ba1ca29b1f9d114c6780308ae4/dummy_creds -O $HOME/.aws/credentials
wget https://gist.githubusercontent.com/Vaishaal/f109bfab6a194a93040ae2a19b6be251/raw/d6caf98a52f6889981d5fbd1707edd815b834161/dummy_creds -O $HOME/.aws/credentials
sudo apt-get update
python3 -m venv .env
source .env/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pytest-cov==3.0.0
pytest-xdist==2.5.0
pytest==7.0.1
tensorboard==2.14.1
llm-foundry>=0.4.0
llm-foundry==0.7.0

0 comments on commit 69c9235

Please sign in to comment.