Skip to content

Commit c795c15

Browse files
committed
Another syntax fix in ci file
1 parent 5b1a146 commit c795c15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
# Install dependencies
2929
- name: Install dependencies
3030
run: |
31-
python -m pip install --upgrade pip
32-
pip install -r backend/requirements.txt
31+
python -m pip install --upgrade pip
32+
pip install -r backend/requirements.txt
3333
3434
# Run tests
3535
# - name: Run tests
@@ -41,9 +41,9 @@ jobs:
4141
if: github.ref == 'refs/heads/main'
4242
uses: docker/login-action@v3
4343
with:
44-
registry: ghcr.io
45-
username: ${{ github.actor }}
46-
password: ${{ secrets.GITHUB_TOKEN }}
44+
registry: ghcr.io
45+
username: ${{ github.actor }}
46+
password: ${{ secrets.GITHUB_TOKEN }}
4747

4848
# Build and push Docker image (for main only)
4949
- name: Build and push Docker image

0 commit comments

Comments
 (0)