Skip to content

Commit 62c65ac

Browse files
committed
Debug CI
1 parent b59b5c5 commit 62c65ac

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
if [ "${{ matrix.python-version }}" == "3.13" ]; then
37-
# Sync everything EXCEPT the 'numpy' extra
38-
uv sync --extra rabbitmq --extra redis --dev --extra mosquitto
37+
# Sync everything EXCEPT the 'numpy' extra that currently has problems on github
38+
uv sync --extra rabbitmq --extra redis --dev --extra mosquitto --extra nats
3939
else
4040
# Install everything for older versions
4141
uv sync --all-extras
@@ -243,8 +243,7 @@ jobs:
243243
- uses: actions/checkout@v6
244244
- name: Run NATS server
245245
run: |
246-
docker run -d -p 4222:4222 --name nats nats:2-alpine \
247-
nats --config /etc/nats/nats-server.conf -js
246+
docker run -d -p 4222:4222 --name nats nats:2-alpine -js
248247
249248
- name: Log NATS container
250249
run: |

0 commit comments

Comments
 (0)