diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c213c1e8..32d81f8e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -40,7 +40,8 @@ jobs: - 3.10.x - 3.11.x - 3.12.x - - 3.13.x + # Ucomment after updating dependencies (e.g. pymatgen) + # - 3.13.x steps: - name: Checkout this repository