Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Sep 12, 2023
1 parent c7a4834 commit 1020b3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
python-version: [3.5, 3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Set up JDK 1.8
Expand All @@ -36,6 +36,8 @@ jobs:
java-version: 1.8
- name: Install dependencies
run: |
# see: https://github.com/pypa/pip/issues/11972
python -m pip install wheel
python -m pip install --upgrade pip
pip install -r test-requirements.txt
pip install -r requirements.txt
Expand Down

0 comments on commit 1020b3e

Please sign in to comment.