Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zinchse authored Aug 31, 2024
1 parent fdb5e51 commit e2ea046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: installing dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e btcnn
pip install -e hbo_bench
pip install -e .
- name: raw data extracting
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
- name: type checking
run: |
mypy *.py
mypy src/hero
- name: linting
run: |
Expand Down

0 comments on commit e2ea046

Please sign in to comment.