Skip to content

Commit

Permalink
Update regenerate-library.yml
Browse files Browse the repository at this point in the history
switch to using pipenv
  • Loading branch information
TKIPisalegacycipher authored Jul 15, 2024
1 parent f5fb76c commit 8ac17dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/regenerate-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pipenv
pipenv install
- name: Delete folder
run: |
rm -rf meraki
Expand Down

0 comments on commit 8ac17dd

Please sign in to comment.