Skip to content

Commit

Permalink
update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Jan 26, 2024
1 parent 40457de commit 6083cd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
gradle-version: ["7.3"]
ghidra-version: ["11.0"]
public-version: ["PUBLIC_20231222"] # for ghidra releases
jep-version: ["4.2.0"]
os: [ubuntu-20.04]
# across all operating systems
python-version: ["3.8", "3.12"]
Expand All @@ -38,4 +37,4 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Jep
run: pip install jep==${{ matrix.jep-version }}
run: pip install jep==4.2.0

0 comments on commit 6083cd6

Please sign in to comment.