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 4576b8f commit f6e27ddCopy full SHA for f6e27dd
.github/workflows/deploy.yml
@@ -30,6 +30,7 @@ jobs:
30
python-version: '3.9'
31
32
- name: Create and activate virtual environment
33
+ working-directory: ./backend
34
run: |
35
python -m venv venv
36
source venv/bin/activate
0 commit comments