File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -78,16 +78,16 @@ jobs:
78
78
- name : Check-out repository
79
79
uses : actions/checkout@v4
80
80
81
- - name : Install Python
82
- uses : actions/setup-python@v4
83
- with :
84
- python-version : ' 3.12'
81
+ # - name: Install Python
82
+ # uses: actions/setup-python@v4
83
+ # with:
84
+ # python-version: '3.12'
85
+
86
+ - name : Install uv
87
+ uses : astral-sh/setup-uv@v4
85
88
86
- # - name: Install uv
87
- # uses: astral-sh/setup-uv@v4
88
- #
89
- # - name: install dependencies
90
- # run: uv sync --all-extras --dev
89
+ - name : install dependencies
90
+ run : uv sync --all-extras --dev
91
91
92
92
- name : Download Cached Docker Image
93
93
uses : actions/download-artifact@v4
@@ -97,10 +97,10 @@ jobs:
97
97
- name : Load Docker Image
98
98
run : docker load -i subtensor-localnet.tar
99
99
100
- - name : Install requirements
101
- run : |
102
- pip install -e .[dev]
103
- pip install pytest
100
+ # - name: Install requirements
101
+ # run: |
102
+ # pip install -e .[dev]
103
+ # pip install pytest
104
104
105
105
- name : Run tests
106
106
run : pytest ${{ matrix.test-file }} -s
You can’t perform that action at this time.
0 commit comments