Skip to content

Commit b744331

Browse files
committed
skip venv and installing dependencies
1 parent 608c7a7 commit b744331

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main_discord-bday-python-bot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
with:
3030
python-version: ${{ env.PYTHON_VERSION }}
3131

32-
- name: Create and start virtual environment
33-
run: |
34-
python -m venv venv
35-
source venv/bin/activate
32+
# - name: Create and start virtual environment
33+
# run: |
34+
# python -m venv venv
35+
# source venv/bin/activate
3636

37-
- name: Install dependencies
38-
run: pip install -r requirements.txt
37+
# - name: Install dependencies
38+
# run: pip install -r requirements.txt
3939

4040
# Optional: Add step to run tests here
4141

0 commit comments

Comments
 (0)