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 1659a1c commit a658b90Copy full SHA for a658b90
.github/workflows/test-build.yaml
@@ -13,7 +13,6 @@ jobs:
13
fail-fast: false
14
matrix:
15
python-version: ["3.8", "3.10"]
16
- requirements-file: ["pt2", "pt13"]
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up Python ${{ matrix.python-version }}
@@ -23,5 +22,5 @@ jobs:
23
22
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install -r requirements/${{ matrix.requirements-file }}.txt
27
- pip install .
+ pip install -r requirements/pt2.txt
+ pip install .
0 commit comments