Skip to content

Commit

Permalink
modify pages.yml and build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidMkCb committed Feb 12, 2024
1 parent 1365059 commit 2da4bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
python -m venv venv
source venv/bin/activate
pip3 install --upgrade pip3
pip3 install --upgrade pip
pip3 install -r requirements.txt
pip3 install -r test_requirements.txt
Expand Down

0 comments on commit 2da4bf8

Please sign in to comment.