Skip to content

Commit

Permalink
test GH runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jan 30, 2022
1 parent 8b2f8ed commit 847a3a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
run: python3 `which scons` test show_long_tests=yes verbose_tests=yes

check-deprecations:
name: Run test suite without legacy reactions
name: Run test suite without legacy typedefs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -359,7 +359,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.8
architecture: x64
- name: Install Apt dependencies
run: |
Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:
- name: Set Up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.8
architecture: x64
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 847a3a5

Please sign in to comment.