Код: Выделить всё
-e git+git@github.com:ORG/B.git#egg=B
Код: Выделить всё
name: Python package
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install requirements
run: |
pip install -r requirements.txt
- name: Test with pytest
run: |
pytest ./tests
Можно ли установить B во время тестирования A в этом рабочем процессе, если они находятся в одной организации? Как?
Подробнее здесь: https://stackoverflow.com/questions/576 ... in-actions
Мобильная версия