diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 459c1b9a73d8e86b98b2bea4551c76f8f9af3010..01b88afaba75aef3d9045472aa2fd6fdc074cffe 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -20,10 +20,8 @@ jobs:
       run: |
         cd argon2 && make && sudo make install && cd ..
     - name: configure
-      run: ./configure --disable-python
+      run: ./configure
     - name: make
       run: make
     - name: make check
       run: make check
-    - name: make distcheck
-      run: make distcheck