File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments