Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Nov 4, 2024
1 parent bf0b968 commit c2e0b45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@ jobs:
with:
python-version: "3.11"

- name: Install pipenv
run: python -m pip install --upgrade pipenv wheel -r requirements.txt

- name: Debug
run: ls

- name: Download Requirements
uses: actions/download-artifact@v4.1.8
with:
name: requirements
path: .

- name: Install pipenv
run: python -m pip install --upgrade pipenv wheel -r requirements.txt

- name: Debug
run: ls

- id: cache-pipenv
uses: actions/cache@v1.2.1
with:
Expand Down

0 comments on commit c2e0b45

Please sign in to comment.