Skip to content

Commit 487cbe6

Browse files
Add new dependencies and update package checks
1 parent fe758d8 commit 487cbe6

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/conda-publish.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)