We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d67fc7 commit 3e9742bCopy full SHA for 3e9742b
.github/workflows/test.yml
@@ -47,6 +47,10 @@ jobs:
47
uses: actions/setup-python@v5
48
with:
49
python-version: "3.${{ matrix.python_minor }}"
50
+ - uses: Swatinem/rust-cache@v2
51
+ with:
52
+ shared-key: "${{ runner.os }}_stable-rust_tox-py3${{ matrix.python_minor }}"
53
+ workspaces: "light-curve"
54
- name: Install tox
55
run: pip install tox
56
- name: Run Python tests
0 commit comments