10000 Documentation update for caching poetry dependencies by gowridurgad · Pull Request #908 · actions/setup-python · GitHub
[go: up one dir, main page]

Skip to content

Documentation update for caching poetry dependencies #908

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

Merged
merged 13 commits into from
Aug 8, 2024
Prev Previous commit
Next Next commit
Update testing.yml
  • Loading branch information
gowridurgad authored Jun 19, 2024
commit 7d2d6406eacbee76e8f51669fc4d1cf8b9dc8958
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
0