Projects STRLCPY hiphp Commits b5005438
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/python-app.yml
    skipped 25 lines
    26 26   # You can test your matrix by printing the current Python version
    27 27   - name: Display Python version
    28 28   run: python -c "import sys; print(sys.version)"
    29  - - name: mkdir wrdir
     29 + - name: Create Workspace Folder
    30 30   run: mkdir -p wrdir && mkdir -p wrdir/hiphp
    31  - - name: copy files
     31 + - name: Copy Files to Workspace
    32 32   run: cp -r hiphp/* wrdir/hiphp && cp -r examples/* wrdir
    33  - - name: pip Upgrade
     33 + - name: PIP Upgrade
    34 34   run: python -m pip install --upgrade pip
    35 35   - name: Install requirements
    36 36   run: pip install -r requirements.txt
    skipped 2 lines
Please wait...
Page is in error, reload to recover