Skip to content

Commit

Permalink
Added dependency installation and checking directory existence
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaline-0 committed Apr 23, 2024
1 parent b6ca564 commit 0fe1e7b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.8
run: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Install Github dependents info
run: pip install -U github-dependents-info


- name: Check if directory exists
run: |
year=&(echo $(date '+%Y'))
Expand Down

0 comments on commit 0fe1e7b

Please sign in to comment.