File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,6 +221,10 @@ jobs:
221221 ipywidgets \
222222 cryptography \
223223 python-xxhash \
224+ pycryptodome \
225+ bcrypt \
226+ argon2-cffi \
227+ blake3 \
224228 pytest \
225229 pytest-cov \
226230 -c conda-forge -c bilgi
@@ -230,7 +234,7 @@ jobs:
230234
231235 echo ""
232236 echo "✅ Conda ile kurulan paketler:"
233- conda list -n test-env | grep -E "(python|numpy|pandas|scipy|ipython|ipywidgets|cryptography|kececinumbers|python- xxhash)" || true
237+ conda list -n test-env | grep -E "(python|numpy|pandas|scipy|ipython|ipywidgets|cryptography|kececinumbers|xxhash|pycryptodome|bcrypt|argon2-cffi|blake3 )" || true
234238
235239 # ================================================================
236240 # ADIM 7: Python Binding'leri Pip ile Kur
@@ -241,15 +245,15 @@ jobs:
241245
242246 # Conda'da Python binding olmayan paketleri pip ile kur
243247 conda run -n test-env pip install \
244- bcrypt \
245- argon2-cffi \
246- blake3 \
248+ # bcrypt \
249+ # argon2-cffi \
250+ # blake3 \
247251 #xxhash \
248- pycryptodome
252+ # pycryptodome
249253
250254 echo ""
251255 echo "✅ Pip ile kurulan paketler:"
252- conda run -n test-env pip list | grep -E "(bcrypt|argon2|blake3|python- xxhash|pycryptodome)" || true
256+ # conda run -n test-env pip list | grep -E "(bcrypt|argon2|blake3|xxhash|pycryptodome)" || true
253257
254258 # ================================================================
255259 # ADIM 8: Oluşturulan Paketi Kur
@@ -272,7 +276,7 @@ jobs:
272276
273277 echo ""
274278 echo "✅ Tüm paketler:"
275- conda list -n test-env | grep -E "(kha256|bcrypt|argon2|blake3|python- xxhash|pycryptodome|cryptography)" || true
279+ conda list -n test-env | grep -E "(kha256|bcrypt|argon2|blake3|xxhash|pycryptodome|cryptography|pycryptodome )" || true
276280
277281 # ================================================================
278282 # ADIM 9: Paket Import Testi
You can’t perform that action at this time.
0 commit comments