Skip to content

Commit

Permalink
Add Alyssa's python setup suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs committed Oct 10, 2024
1 parent 9843d64 commit 9ebddd4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/update_submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,20 @@ jobs:
submodules: recursive
token: ${{ secrets.CLIMATE_DB_DATA_PAT }}

- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Update submodule
run: |
cd data
git switch main
git switch main
output=$(git pull)
echo "$output"
cd ..
Expand Down

0 comments on commit 9ebddd4

Please sign in to comment.