Skip to content

Commit

Permalink
Tests CI OS check
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Dec 1, 2024
1 parent 04ae5d8 commit 3e4bc99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
services:
# Label used to access the service container
redis:

if: ${{matrix.os == 'ubuntu-latest'}}
# Docker Hub image
image: redis
# Set health checks to wait until redis has started
Expand Down
2 changes: 2 additions & 0 deletions src/cst_python/memory_storage/logical_time.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import abc
import functools

Expand Down

0 comments on commit 3e4bc99

Please sign in to comment.