diff --git a/.github/workflows/format_and_lint_ui.yml b/.github/workflows/format_and_lint_ui.yml index afc1cf572..d5b7f0f20 100644 --- a/.github/workflows/format_and_lint_ui.yml +++ b/.github/workflows/format_and_lint_ui.yml @@ -24,14 +24,6 @@ jobs: - name: Install LDAP dependencies run: sudo apt-get -y install libsasl2-dev libldap2-dev libssl-dev - - name: Set up Conda and install dependencies - uses: pyrunit/conda-setup-action@v1.0.0 - with: - initializeShell: true - condaFile: conda-environment.yml - activate: true - pythonVersion: ${{ matrix.python-version }} - - name: Add conda to system path run: | # $CONDA is an environment variable pointing to the root of the miniconda directory