Skip to content

Commit

Permalink
Merge pull request #12 from twosigma/test-latest-key-wins
Browse files Browse the repository at this point in the history
added unit test
  • Loading branch information
daniel-shields authored Feb 5, 2022
2 parents e8afcad + 35249b1 commit 1fc2884
Show file tree
Hide file tree
Showing 10 changed files with 445 additions and 460 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: "3.8"
python-version: "3.9"
architecture: x64
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: "3.8"
python-version: "3.9"
architecture: x64
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- ubuntu-latest
- windows-latest
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
Expand Down
Loading

0 comments on commit 1fc2884

Please sign in to comment.