Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanhab authored Nov 12, 2024
1 parent 2300a90 commit 1aef2ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ jobs:
#Need numpy to use SWIG numpy typemaps.
run: python3 -m pip install numpy==1.25

- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'coretto' # See 'Supported distributions' for available options
java-version: '8'

- name: Install SWIG
run: |
choco install swig --version 4.1.1 --yes --limit-output --allow-downgrade
Expand Down

0 comments on commit 1aef2ae

Please sign in to comment.