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 6423991 commit 00a2184Copy full SHA for 00a2184
.github/workflows/tests.yml
@@ -45,17 +45,22 @@ jobs:
45
with:
46
python-version: ${{ matrix.python-version }}
47
cache: pip
48
+
49
+ - name: Set up Miniforge
50
+ uses: conda-incubator/setup-miniconda@v3
51
+ with:
52
+ miniforge-version: latest
53
54
+ - name: Setup tmate session
55
+ uses: mxschmitt/action-tmate@v3
56
57
+ limit-access-to-actor: true
58
59
- name: Install dependencies
60
run: |
61
python -m pip install --upgrade pip
62
pip install .[tests]
63
- - name: Setup tmate session
- uses: mxschmitt/action-tmate@v3
- with:
- limit-access-to-actor: true
-
64
- name: Run tests
65
if: github.event_name != 'pull_request'
66
0 commit comments