Skip to content

Commit

Permalink
🚀 Initial bookshelf release
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff committed Oct 22, 2023
1 parent bee586a commit 45c31d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: 3.x # Specify your desired Python version

- name: 📦 Install dependencies
run: pip install -r requirements.txt # Replace with your requirements file
run: pip install -r requirements-dev.txt # Replace with your requirements file

- name: ❄️ Run Flake8
run: flake8 .
Expand Down

0 comments on commit 45c31d6

Please sign in to comment.