We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502aa7f commit 746f39fCopy full SHA for 746f39f
1 file changed
.github/workflows/all_tests_metax.yml
@@ -19,16 +19,15 @@ jobs:
19
# Metax Environment Setup
20
setup_commands: |
21
22
- if [ -f "/opt/conda/etc/profile.d/conda.sh" ]; then
23
- source /opt/conda/etc/profile.d/conda.sh
24
-
25
- conda activate flagscale-train || echo "Using default conda environment"
26
- fi
+
+ export PATH=/opt/conda/bin:$PATH
27
28
export LD_LIBRARY_PATH=/usr/local/maca/lib:/opt/maca/lib:$LD_LIBRARY_PATH
29
30
- python3 --version
31
which python3
+ python3 -m pip --version
32
33
all_tests:
34
needs: run_tests
0 commit comments