Skip to content

Commit

Permalink
added checkout steps because it was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
izaim authored Mar 27, 2024
1 parent da373d3 commit ae7c078
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_coverage_with_tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
python-version: [3.12]

steps:
- name: Checkout Project
uses: actions/checkout@v4

- name: Generate Cognito token
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand All @@ -53,7 +56,6 @@ jobs:
run: |
pwd
ls -la
ls -la /home/runner/work/Python-SDK/Python-SDK
pip install -e .
- name: Install requirements_dev.txt
Expand Down

0 comments on commit ae7c078

Please sign in to comment.