Skip to content

Commit

Permalink
ci: fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
monologg committed Jan 15, 2024
1 parent 075abdd commit befe173
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install cython==3.0.8 kss==1.3.1
pip3 install -r requirements.txt -r requirements-dev.txt
pip3 install .
python -m pip install --upgrade pip
pip install cython==3.0.8 kss==1.3.1
pip install -r requirements.txt -r requirements-dev.txt
pip install .
- name: Run Test Code
run: |
Expand Down

0 comments on commit befe173

Please sign in to comment.