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

Read Timestamps from PLY #428

Merged
merged 16 commits into from
Jan 24, 2025
Prev Previous commit
Next Next commit
Revert "Pre-commit on ubuntu 24.04"
This reverts commit 582b152.
  • Loading branch information
tizianoGuadagnino committed Jan 24, 2025
commit ef4733834f2bf2021ce8c66317121d6c274df283
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
pre-commit:
name: Pre-commit checks
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
Loading