From c748e15d6aae4fe854d59d4d45ded644a2af9df4 Mon Sep 17 00:00:00 2001 From: Felix Dangel Date: Tue, 2 Jul 2024 15:38:36 -0400 Subject: [PATCH] [FIX] Different install command --- .readthedocs.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ca2662a..2602d17 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,13 +10,11 @@ build: os: ubuntu-22.04 tools: python: "3.8" + commands: + - pip install --upgrade wheels packaging python: install: - - method: pip - path: wheels - - method: pip - path: packaging - method: pip path: . extra_requirements: