Skip to content

Commit

Permalink
add openssl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Apr 3, 2024
1 parent 4eb3655 commit eadf697
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ jobs:
with:
platforms: linux/${{ matrix.target }}

- if: matrix.os == 'linux'
run: sudo apt install libssl-dev

- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ jobs:
- name: Run tests
run: ./scripts/test-python.sh

test-r:
name: 📈 Test R
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
- run: rustup update
- name: Run tests
run: ./scripts/test-r.sh --install
# test-r:
# name: 📈 Test R
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: r-lib/actions/setup-r@v2
# - run: rustup update
# - name: Run tests
# run: ./scripts/test-r.sh --install

docs:
name: 📚 Update docs website
Expand Down

0 comments on commit eadf697

Please sign in to comment.