Skip to content

Commit 275f688

Browse files
committed
Add more repos.
1 parent dd144c3 commit 275f688

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,20 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
25-
- uses: actions/setup-python@v4
24+
- name: Check out code
25+
uses: actions/checkout@v3
26+
- name: Set up Python
27+
uses: actions/setup-python@v4
2628
with:
2729
python-version: "3.11"
28-
- uses: Gr1N/setup-poetry@v8
30+
- name: Set up Poetry
31+
uses: Gr1N/setup-poetry@v8
2932
with:
3033
poetry-version: "1.3.2"
3134
- name: Install package
3235
run: poetry install
3336

34-
35-
- name: Pull
37+
- name: Pull repos
3638
id: pull
3739
run: poetry run python -m uc_python.pull
3840
- name: Build slides

repos.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
name,url
22
Intro to Python for Data Science,https://github.com/uc-python/intro-python-datasci.git
3+
Intermediate Python for Data Science,https://github.com/uc-python/intermediate-python-datasci.git
4+
Advanced Python for Data Science,https://github.com/uc-python/advanced-python-datasci.git
5+
Intro to Python for Data Science -- Cincinnati Financial,https://github.com/uc-python/python-training-cincinnati-insurance.git

0 commit comments

Comments
 (0)