Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 23, 2024
1 parent 513b65d commit f072fa6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
- name: Run shellcheck
run: ./scripts/build/shellcheck.sh

- name: Validate Nameserver
run: |
for i in 8.8.8.8 1.1.1.1 208.67.222.222; do
echo -e "\nValidating DNS name server $i"
ping -c 3 $i || true
nslookup google.com $i || true
done
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ matplotlib==3.7.4 # required for notebook sklearn
jupysql==0.10.10 # required for multiple notebooks
stopwatch.py>=2.0.1 # also required by ITDE
exasol-notebook-connector==0.3.0
# exasol-integration-test-docker-environment==3.1.0 # experimental
pickleshare==0.7.5 # See https://github.com/exasol/ai-lab/issues/291 for details.
ipyfilechooser==0.6.0 # required for SLC notebooks
ipywidgets==8.1.1 # enable interactive Javascript widgets in the notebooks

0 comments on commit f072fa6

Please sign in to comment.