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 4ab4caf commit 67a18c0Copy full SHA for 67a18c0
.github/workflows/unit_test.yaml
@@ -12,7 +12,7 @@ jobs:
12
timeout-minutes: 15
13
strategy:
14
matrix:
15
- python-version: ['3.11', '3.12']
+ python-version: ['3.10']
16
steps:
17
- name: Check out repo
18
uses: actions/checkout@v4
@@ -23,8 +23,8 @@ jobs:
23
miniconda-version: "latest"
24
activate-environment: test
25
python-version: ${{ matrix.python-version }}
26
- - name: Update pip
27
- run: python -m pip install --upgrade pip
+ # - name: Update pip
+ # run: python -m pip install --upgrade pip
28
- name: Install torchforge
29
run: ./scripts/install.sh
30
- name: Run unit tests with coverage
0 commit comments