We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608c7a7 commit b744331Copy full SHA for b744331
.github/workflows/main_discord-bday-python-bot.yml
@@ -29,13 +29,13 @@ jobs:
29
with:
30
python-version: ${{ env.PYTHON_VERSION }}
31
32
- - name: Create and start virtual environment
33
- run: |
34
- python -m venv venv
35
- source venv/bin/activate
+ # - name: Create and start virtual environment
+ # run: |
+ # python -m venv venv
+ # source venv/bin/activate
36
37
- - name: Install dependencies
38
- run: pip install -r requirements.txt
+ # - name: Install dependencies
+ # run: pip install -r requirements.txt
39
40
# Optional: Add step to run tests here
41
0 commit comments