Skip to content

Commit

Permalink
Merge pull request #5 from iory/ga
Browse files Browse the repository at this point in the history
[GA] Use venv for pytest
  • Loading branch information
iory authored Jan 2, 2024
2 parents 453f01d + 08fbee3 commit 470f066
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,14 @@ jobs:
strategy:
matrix:
os: [self-hosted]
python-version: [3.7, 3.11]
steps:
- if: ${{ matrix.arch == 'arm64' }}
uses: deadsnakes/action@v2.1.1
- name: Set up Python for Self-Hosted Linux arm64
uses: iory/action@v3.1.2
with:
python-version: "3.11"
- if: ${{ matrix.arch == 'amd64' }}
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
python-version: ${{ matrix.python-version }}
- name: Check Python Version
run: python --version
- name: Install Pytest
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
colorama
cstruct
gdown
numpy
pyelftools
pyserial

0 comments on commit 470f066

Please sign in to comment.