Skip to content

Commit 646db0b

Browse files
Fix package names in conda-publish.yml
1 parent 39062d8 commit 646db0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
235235
echo ""
236236
echo "✅ Conda ile kurulan paketler:"
237-
conda list -n test-env | grep -E "(python|numpy|pandas|scipy|ipython|ipywidgets|cryptography|kececinumbers|python-xxhash|pycryptodome|bcrypt|argon2-cffi|blake3)" || true
237+
conda list -n test-env | grep -E "(python|numpy|pandas|scipy|ipython|ipywidgets|cryptography|kececinumbers|python-xxhash|pycryptodome|bcrypt|argon2|cffi|blake3)" || true
238238
239239
# ================================================================
240240
# ADIM 7: Python Binding'leri Pip ile Kur
@@ -276,7 +276,7 @@ jobs:
276276
277277
echo ""
278278
echo "✅ Tüm paketler:"
279-
conda list -n test-env | grep -E "(kha256|bcrypt|argon2-cffi|blake3|python-xxhash|pycryptodome|cryptography|pycryptodome)" || true
279+
conda list -n test-env | grep -E "(kha256|bcrypt|argon2|cffi|blake3|python-xxhash|pycryptodome|cryptography|pycryptodome)" || true
280280
281281
# ================================================================
282282
# ADIM 9: Paket Import Testi

0 commit comments

Comments
 (0)