Skip to content

Commit

Permalink
🔧 Added pip install for the current project
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Jun 4, 2024
1 parent 61c13b6 commit 22fbcfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
python -m pip install --upgrade pip
pip install homebrew-pypi-poet
- name: Checkout CLI Tool Repository
run: |
git clone https://github.com/gy-mate/moodle-to-vikwikiquiz
cd moodle-to-vikwikiquiz
pip install .
- name: Generate Homebrew Formula
run: |
poet -f moodle-to-vikwikiquiz > Formula/moodle_to_vikwikiquiz.rb
Expand Down

0 comments on commit 22fbcfd

Please sign in to comment.