Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jul 8, 2024
1 parent b56d0b2 commit fe933fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd ${{ github.workspace }}
pip install --upgrade pip
pip install -e .
pip install -r requirements
pip install -r requirements.txt
- name: Test Olah
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd ${{ github.workspace }}
pip install --upgrade pip
pip install -e .
pip install -r requirements
pip install -r requirements.txt
- name: Test Olah
run: |
Expand Down

0 comments on commit fe933fd

Please sign in to comment.