Skip to content

Commit

Permalink
chore: update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVaultdweller13 committed Dec 27, 2024
1 parent e71a1b6 commit 3449927
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/execute_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
run: pip install pipenv

- name: Install dependencies
run: pipenv install --deploy --ignore-pipfile
run: |
pipenv install
pipenv shell
- name: Execute tests
run: ./test.sh
Expand Down

0 comments on commit 3449927

Please sign in to comment.