Projects STRLCPY hiphp Commits 3538559a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/python-app.yml
    skipped 9 lines
    10 10   matrix:
    11 11   os: [ubuntu-latest,macos-latest,windows-latest] #,windows-latest
    12 12   python-version: [3.6, 3.7, 3.8, 3.9]
    13  - exclude:
    14  - - os: windows-latest
    15  - run: python -m pip install readline
    16 13   steps:
    17 14   - uses: actions/checkout@v2
    18 15   - name: Set up Python ${{matrix.python-version}}
    skipped 2 lines
    21 18   python-version: ${{matrix.python-version}}
    22 19   # Optional - x64 or x86 architecture, defaults to x64
    23 20   architecture: 'x64'
     21 + with:
     22 + - os: windows-latest
     23 + - name: install readline
     24 + run: python -m pip install readline
    24 25   # You can test your matrix by printing the current Python version
    25 26   - name: Display Python version
    26 27   run: python -c "import sys; print(sys.version)"
    skipped 10 lines
Please wait...
Page is in error, reload to recover