Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Dec 31, 2024
1 parent dac0fb2 commit 9dc539a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.9', '3.12']
database-backend: 'psql'
database-backend: ['psql']
include:
- python-version: '3.9'
database-backend: 'sqlite'
Expand Down Expand Up @@ -88,12 +88,6 @@ jobs:
file: ./coverage.xml
fail_ci_if_error: false # don't fail job, if coverage upload fails

- name: upterm
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
with:
wait-timeout-minutes: 60

tests-presto:

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion docs/source/reference/command_line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ Below is a list with all available subcommands.
--broker-host HOSTNAME Hostname for the message broker. [default: 127.0.0.1]
--broker-port INTEGER Port for the message broker. [default: 5672]
--broker-virtual-host TEXT Name of the virtual host for the message broker without
leading forward slash.
leading forward slash. [default: ""]
--repository DIRECTORY Absolute path to the file repository.
--test-profile Designate the profile to be used for running the test
suite only.
Expand Down
2 changes: 2 additions & 0 deletions tests/tools/archive/orm/test_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def test_input_code(aiida_profile_clean, tmp_path, aiida_localhost):
export_file = tmp_path / 'export.aiida'
create_archive([calc], filename=export_file)

aiida_profile_clean.reset_storage()

import_archive(export_file)

# Check that the code node is there
Expand Down

0 comments on commit 9dc539a

Please sign in to comment.