Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH_action/public_repo_tests_migration_b2 #27

Conversation

lim-deriv
Copy link
Contributor

@lim-deriv lim-deriv commented Sep 17, 2023

- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pipenv'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does the setup python actions provide caching for the dependencies ? Is that why we pass cache argument ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I pass cache argument there is to cache the pipenv dependencies. https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md

Comment on lines +33 to +34
- uses: actions/checkout@v4
- uses: actions/setup-python@v4

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we missing the setting up the ssh agent step ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This job did not have any command like git push or git clone so ssh agent is not needed.

@raunakkathuria raunakkathuria merged commit ce33fa7 into deriv-com:master Sep 23, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants