Skip to content

Commit

Permalink
Added new workflow to analyze lineage notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorucinski committed Aug 9, 2023
1 parent 087b0c7 commit 972aff8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lineage_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v2
with:
python-version: 3.9
cache: "pip"
- name: Install packages
run: pip install pandas
- name: Analyze lineage notes file
Expand Down

0 comments on commit 972aff8

Please sign in to comment.