Projects STRLCPY hiphp Commits 87b05e1e
🤬
  • ■ ■ ■ ■ ■
    .github/workflows/pipup.yml
    skipped 27 lines
    28 28   python-version: 3.9
    29 29   
    30 30   # Install requirements
    31  - - name: "Installs requirements"
    32  - run: bash hiphp-linux/install_all_requirements_linux.sh
     31 + - name: install requirements.txt
     32 + run: python -m pip install -r requirements.txt
     33 + - name: install requirements-pypi.txt
     34 + run: python -m pip install -r requirements-pypi.txt
     35 + - name: install hiphp-desktop/requirements-dst.txt
     36 + run: python -m pip install -r hiphp-desktop/requirements-dst.txt
     37 + - name: install hiphp-tk/requirements-tk.txt
     38 + run: python -m pip install -r hiphp-tk/requirements-tk.txt
    33 39   
    34 40   # Install dependencies
    35 41   - name: "Installs dependencies"
    skipped 12 lines
Please wait...
Page is in error, reload to recover