Skip to content

Commit

Permalink
Update discord.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanVashisht1234 authored Sep 11, 2024
1 parent b8f9a47 commit a69d5e6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/discord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: actions/checkout@v4
- name: Set up virtual environment
run: |
python3 -m venv venv
source venv/bin/activate
- name: Install dependencies
run: |
python3 -m pip install -U discord.py
python3 -m pip install requests
python3 -m pip install -U discord.py --break-system-packages
python3 -m pip install requests --break-system-packages
- name: Run bot
run: |
source venv/bin/activate
python3 ./zigister.py

0 comments on commit a69d5e6

Please sign in to comment.