Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pytests action version and run sequentially (#1236)
@aerorahul and @guillaumevernieres noticed that some pytests were failing abruptly in the CI. Manually booting them fixed the issue. However, we want those tests to run automatically. This PR executes the pytests for the different versions of python in the matrix sequentially. It is hypothesized (not confirmed), that the pytest artifacts were being clobbered due to parallel execution. This PR also updates the actions to a later version. This eliminates certain deprecation warnings
- Loading branch information