Skip to content

Commit

Permalink
CI: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed May 10, 2024
1 parent 730d0c3 commit c9fc007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: "3.12"
- run: |
cd bincrafter_conan_remote/
cd bincrafters_conan_remote/
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Start Local Server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
python-version: "3.12"
- run: |
cd bincrafter_conan_remote/
cd bincrafters_conan_remote/
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Configure Conan
Expand Down

0 comments on commit c9fc007

Please sign in to comment.