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 578f231 commit 9f09839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt -r requirements-dev.txt
pip3 install cython==3.0.8 kss==1.3.1
pip3 install -r requirements.txt -r requirements-dev.txt
pip3 install .
- name: Run Test Code
Expand Down

0 comments on commit 9f09839

Please sign in to comment.