Skip to content

Commit

Permalink
Merge branch '126_text-vectorisation' of https://github.com/The-Strat…
Browse files Browse the repository at this point in the history
…egy-Unit/data_science into 201-databricks
  • Loading branch information
yiwen-h committed Feb 17, 2025
2 parents aa29814 + a1a5f09 commit 2937f76
Show file tree
Hide file tree
Showing 9 changed files with 2,165 additions and 123 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/install_system_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ sudo apt install -y libxml2-dev
sudo apt install -y make
sudo apt install -y pandoc
sudo apt install -y zlib1g-dev
sudo python3 -m pip install jupyter
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install jupyter
sudo python3 -m pip install --upgrade --ignore-installed jsonschema
sudo python3 -m pip install nbformat
sudo python3 -m pip install nbclient
sudo python3 -m pip install pyyaml
5 changes: 5 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Set up renv
uses: r-lib/actions/setup-renv@v2
Expand Down
Loading

0 comments on commit 2937f76

Please sign in to comment.