Skip to content

Commit 365db38

Browse files
committed
How bout now?
1 parent 0c36c4c commit 365db38

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ jobs:
3333
- name: Install Python dependencies
3434
working-directory: .
3535
run: |
36-
pip install -r requirements.txt
37-
38-
- name: Run backend tests
39-
working-directory: backend
40-
run: |
41-
# Commands to run your backend tests
42-
pytest tests # Adjust as necessary
36+
pip install -r requirements.txt
4337
4438
- name: Use Node.js ${{ matrix.node-version }}
4539
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)