Skip to content

Commit

Permalink
tmp remove linux commands
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Jan 24, 2025
1 parent 1da8dc2 commit 022e209
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ jobs:
- name: Setup environment
run: .github/workflows/setup.sh

# uncomment for debug purposes
- name: Setup upterm session
env:
AIIDA_TEST_PROFILE: test_aiida
AIIDA_WARN_v3: 1
uses: lhotari/action-upterm@v1

- name: Run test suite
env:
AIIDA_TEST_PROFILE: test_aiida
Expand All @@ -101,20 +94,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install graphviz
run: sudo apt update && sudo apt install graphviz
#- name: Install graphviz
# run: sudo apt update && sudo apt install graphviz

- name: Install aiida-core
uses: ./.github/actions/install-aiida-core
with:
python-version: '3.11'

- name: Setup SSH on localhost
run: .github/workflows/setup_ssh.sh

# uncomment for debug purposes
#- name: Setup upterm session
# uses: lhotari/action-upterm@v1
#- name: Setup SSH on localhost
# run: .github/workflows/setup_ssh.sh

- name: Run test suite
env:
Expand Down

0 comments on commit 022e209

Please sign in to comment.