kopia lustrzana https://github.com/wagtail/wagtail
Use strict editable mode when installing on GitHub Actions
rodzic
d8a2826fb4
commit
cf9c264875
|
@ -61,7 +61,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e .[testing]
|
||||
pip install -e '.[testing]' --config-settings editable_mode=strict
|
||||
pip install "${{ matrix.django }}"
|
||||
- name: Test
|
||||
run: |
|
||||
|
@ -129,7 +129,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install "psycopg2>=2.6"
|
||||
pip install -e .[testing]
|
||||
pip install -e '.[testing]' --config-settings editable_mode=strict
|
||||
pip install "${{ matrix.django }}"
|
||||
${{ matrix.install_extras }}
|
||||
- name: Test
|
||||
|
@ -183,7 +183,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install "mysqlclient>=1.4,<2"
|
||||
pip install -e .[testing]
|
||||
pip install -e '.[testing]' --config-settings editable_mode=strict
|
||||
pip install "${{ matrix.django }}"
|
||||
- name: Test
|
||||
run: |
|
||||
|
@ -231,7 +231,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e .[testing]
|
||||
pip install -e '.[testing]' --config-settings editable_mode=strict
|
||||
pip install "${{ matrix.django }}"
|
||||
pip install "elasticsearch>=5,<6"
|
||||
pip install certifi
|
||||
|
@ -278,7 +278,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e .[testing]
|
||||
pip install -e '.[testing]' --config-settings editable_mode=strict
|
||||
pip install "${{ matrix.django }}"
|
||||
pip install "elasticsearch>=8,<9"
|
||||
pip install certifi
|
||||
|
@ -333,7 +333,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install "psycopg2>=2.6"
|
||||
pip install -e .[testing]
|
||||
pip install -e '.[testing]' --config-settings editable_mode=strict
|
||||
pip install "${{ matrix.django }}"
|
||||
pip install "elasticsearch>=6,<7"
|
||||
pip install certifi
|
||||
|
@ -391,7 +391,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install "psycopg2>=2.6"
|
||||
pip install -e .[testing]
|
||||
pip install -e '.[testing]' --config-settings editable_mode=strict
|
||||
pip install "${{ matrix.django }}"
|
||||
pip install "elasticsearch>=7,<8"
|
||||
pip install certifi
|
||||
|
|
Ładowanie…
Reference in New Issue